fix(workflow): remove state and similarity_score properties from similar_issues prompt schema

This commit is contained in:
DIYgod 2025-08-30 18:30:18 +08:00
parent e096114b22
commit 95d07fb7d4
No known key found for this signature in database
1 changed files with 0 additions and 2 deletions

View File

@ -33,8 +33,6 @@ jsonSchema: |-
"number": { "type": "integer" },
"title": { "type": "string" },
"url": { "type": "string" },
"state": { "type": "string" },
"similarity_score": { "type": "number", "minimum": 0, "maximum": 1 }
},
"required": ["number", "title", "url"],
"additionalProperties": false