Commit Graph

18 Commits

Author SHA1 Message Date
Innei d5f1440fe2
fix: refine issue similarity prompt to exclude current issue ID
- Updated the prompt to ensure that issues with the same ID/number as the current issue are excluded from the similarity search results.

Signed-off-by: Innei <tukon479@gmail.com>
2025-09-20 15:57:08 +08:00
DIYgod c2867ac8b8
chore: update AI model to gpt-4.1-mini and use GITHUB_TOKEN for authentication 2025-09-16 09:16:35 +08:00
DIYgod 7fc979536b
chore: add endpoint to similar_issues workflow for inference integration 2025-09-02 18:34:14 +08:00
DIYgod 354b1b1b17
chore: add endpoint to similar_issues prompt configuration for inference 2025-09-02 17:39:38 +08:00
DIYgod 5ef0d70130
chore: update model reference in similar_issues prompt to use custom/openai/gpt-5 2025-09-01 16:08:43 +08:00
DIYgod 1a76ea0744
chore: update repository context in similar_issues prompt to use dynamic variable 2025-08-31 21:15:27 +08:00
DIYgod 5582962674
fix(workflow): add similarity_score to similar_issues prompt schema and update output formatting 2025-08-30 19:39:00 +08:00
DIYgod ca4be7aebb
fix(workflow): ensure URL property is correctly defined in similar_issues prompt schema 2025-08-30 18:31:28 +08:00
DIYgod 95d07fb7d4
fix(workflow): remove state and similarity_score properties from similar_issues prompt schema 2025-08-30 18:30:18 +08:00
DIYgod e096114b22
fix(workflow): remove URI format constraint from URL property in similar_issues prompt schema 2025-08-30 18:23:10 +08:00
DIYgod 46815c7cbe
fix(workflow): add additionalProperties to similar_issues_result schema for strict responseFormat 2025-08-30 18:19:04 +08:00
DIYgod ff8e9be74c
fix(workflow): update model reference in similar-issues prompt to OpenAI GPT-4.1 2025-08-30 18:16:01 +08:00
DIYgod f8ab04c3ea
fix(workflow): set repo context to RSSNext/Folo in similar_issues prompt 2025-08-30 18:11:21 +08:00
DIYgod c869e07e27
fix(workflow): update model reference in similar-issues prompt to use OpenAI GPT-4o 2025-08-30 18:04:51 +08:00
DIYgod 40f86889ba
fix(workflow): update model reference in similar-issues prompt to use custom key 2025-08-30 17:50:15 +08:00
DIYgod 27ae85385a
fix(workflow): represent jsonSchema as single-line JSON string to avoid YAML multiline parse issues 2025-08-30 17:10:25 +08:00
DIYgod fe26c4d4af
fix(workflow): define jsonSchema as YAML mapping to resolve prompt parse error 2025-08-30 17:05:01 +08:00
DIYgod f73590892f
chore: add AI MCP similar-issues workflow and prompt 2025-08-30 16:59:02 +08:00