File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 47694769 "content" : {
47704770 "application/json" : {
47714771 "schema" : {
4772- "$ref" : " #/components/schemas/QuestionReply"
4772+ "type" : " object" ,
4773+ "properties" : {
4774+ "answers" : {
4775+ "description" : " User answers in order of questions (each answer is an array of selected labels)" ,
4776+ "type" : " array" ,
4777+ "items" : {
4778+ "$ref" : " #/components/schemas/QuestionAnswer"
4779+ }
4780+ }
4781+ },
4782+ "required" : [" answers" ]
47734783 }
47744784 }
47754785 }
1236112371 },
1236212372 "required" : [" type" , " prompt" , " description" , " agent" ]
1236312373 },
12364- "QuestionReply" : {
12365- "type" : " object" ,
12366- "properties" : {
12367- "answers" : {
12368- "description" : " User answers in order of questions (each answer is an array of selected labels)" ,
12369- "type" : " array" ,
12370- "items" : {
12371- "$ref" : " #/components/schemas/QuestionAnswer"
12372- }
12373- }
12374- },
12375- "required" : [" answers" ]
12376- },
1237712374 "ProviderAuthMethod" : {
1237812375 "type" : " object" ,
1237912376 "properties" : {
You can’t perform that action at this time.
0 commit comments