Merge pull request #718 from hchen2020/master

Fix planner issue of Claude output array is not stable
This commit is contained in:
Haiping 2024-11-01 11:43:28 -05:00 committed by GitHub
commit e61ad08fb4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,7 +10,7 @@
},
"questions": {
"type": "array",
"description": "Break down user requirements in details and in multiple ways, don't miss any entity type/value",
"description": "Break down user requirements in details and in multiple ways, don't miss any entity type/value. The output format must be string array.",
"items": {
"type": "string",
"description": "Question converted from requirement in different ways to search in the knowledge base, be short and you can refer to the global knowledge.One question should contain only one main topic that with one entity type."
@ -18,7 +18,7 @@
},
"norm_questions": {
"type": "array",
"description": "normalize the generated questions, remove specific entity value.",
"description": "normalize the generated questions, remove specific entity value. The output format must be string array.",
"items": {
"type": "string",
"description": "Normalized question"