fix(workflow): set repo context to RSSNext/Folo in similar_issues prompt
This commit is contained in:
parent
c869e07e27
commit
f8ab04c3ea
|
|
@ -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: |-
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue