chore: generate
This commit is contained in:
parent
3cf7c7536b
commit
4ed3afea84
1 changed files with 11 additions and 14 deletions
|
|
@ -4769,7 +4769,17 @@
|
||||||
"content": {
|
"content": {
|
||||||
"application/json": {
|
"application/json": {
|
||||||
"schema": {
|
"schema": {
|
||||||
"$ref": "#/components/schemas/QuestionReply"
|
"type": "object",
|
||||||
|
"properties": {
|
||||||
|
"answers": {
|
||||||
|
"description": "User answers in order of questions (each answer is an array of selected labels)",
|
||||||
|
"type": "array",
|
||||||
|
"items": {
|
||||||
|
"$ref": "#/components/schemas/QuestionAnswer"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"required": ["answers"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -12361,19 +12371,6 @@
|
||||||
},
|
},
|
||||||
"required": ["type", "prompt", "description", "agent"]
|
"required": ["type", "prompt", "description", "agent"]
|
||||||
},
|
},
|
||||||
"QuestionReply": {
|
|
||||||
"type": "object",
|
|
||||||
"properties": {
|
|
||||||
"answers": {
|
|
||||||
"description": "User answers in order of questions (each answer is an array of selected labels)",
|
|
||||||
"type": "array",
|
|
||||||
"items": {
|
|
||||||
"$ref": "#/components/schemas/QuestionAnswer"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"required": ["answers"]
|
|
||||||
},
|
|
||||||
"ProviderAuthMethod": {
|
"ProviderAuthMethod": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue