fix(workflow): remove state and similarity_score properties from similar_issues prompt schema
This commit is contained in:
parent
e096114b22
commit
95d07fb7d4
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue