fix(workflow): ensure URL property is correctly defined in similar_issues prompt schema

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

View File

@ -32,7 +32,7 @@ jsonSchema: |-
"properties": {
"number": { "type": "integer" },
"title": { "type": "string" },
"url": { "type": "string" },
"url": { "type": "string" }
},
"required": ["number", "title", "url"],
"additionalProperties": false