You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Extract user's original requirements with detail specifications to make the primary plan, you have to include every important informations.",
3
+
"description": "Plan the high level steps to finish the task",
4
4
"parameters": {
5
5
"type": "object",
6
6
"properties": {
7
7
"requirement_detail": {
8
8
"type": "string",
9
9
"description": "User original requirements in detail, don't miss any information especially for those line items, values and numbers."
10
10
},
11
-
"question": {
12
-
"type": "string",
13
-
"description": "Question convert from requirement and reference tables for knowledge search. The question should contain all the detailed information in the requirement"
11
+
"questions": {
12
+
"type": "array",
13
+
"description": "User requirements in detail, don't miss any information especially for those line items, values and numbers.",
14
+
"items": {
15
+
"type": "string",
16
+
"description": "Question converted from requirement in different ways to search in the knowledge base, be short"
0 commit comments