fix(workflow): ensure URL property is correctly defined in similar_issues prompt schema
This commit is contained in:
parent
95d07fb7d4
commit
ca4be7aebb
|
|
@ -32,7 +32,7 @@ jsonSchema: |-
|
|||
"properties": {
|
||||
"number": { "type": "integer" },
|
||||
"title": { "type": "string" },
|
||||
"url": { "type": "string" },
|
||||
"url": { "type": "string" }
|
||||
},
|
||||
"required": ["number", "title", "url"],
|
||||
"additionalProperties": false
|
||||
|
|
|
|||
Loading…
Reference in New Issue