Skip to content

Commit e61ad08

Browse files
authored
Merge pull request #718 from hchen2020/master
Fix planner issue of Claude output array is not stable
2 parents 86d1f48 + 7f739d6 commit e61ad08

File tree

1 file changed

+2
-2
lines changed
  • src/Plugins/BotSharp.Plugin.Planner/data/agents/282a7128-69a1-44b0-878c-a9159b88f3b9/functions

1 file changed

+2
-2
lines changed

src/Plugins/BotSharp.Plugin.Planner/data/agents/282a7128-69a1-44b0-878c-a9159b88f3b9/functions/plan_primary_stage.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
},
1111
"questions": {
1212
"type": "array",
13-
"description": "Break down user requirements in details and in multiple ways, don't miss any entity type/value",
13+
"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.",
1414
"items": {
1515
"type": "string",
1616
"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."
1717
}
1818
},
1919
"norm_questions": {
2020
"type": "array",
21-
"description": "normalize the generated questions, remove specific entity value.",
21+
"description": "normalize the generated questions, remove specific entity value. The output format must be string array.",
2222
"items": {
2323
"type": "string",
2424
"description": "Normalized question"

0 commit comments

Comments
 (0)