fix(workflow): set repo context to RSSNext/Folo in similar_issues prompt

This commit is contained in:
DIYgod 2025-08-30 18:11:21 +08:00
parent c869e07e27
commit f8ab04c3ea
No known key found for this signature in database
1 changed files with 2 additions and 1 deletions

View File

@ -9,13 +9,14 @@ messages:
the current issue. Return up to 3 of the most similar past issues. If none are
reasonably similar, return an empty list. Output must follow the response schema
exactly and include only data you actually retrieved from GitHub tools.
The current GitHub repository context is: owner "RSSNext", repo "Folo".
- role: user
content: |-
Find similar issues for this new issue:
Title: {{issue_title}}
Body:
{{issue_body}}
model: openai/gpt-4o
model: openai/gpt-5
responseFormat: json_schema
jsonSchema: |-
{