Skip to content

Commit 4ed3afe

Browse files
chore: generate
1 parent 3cf7c75 commit 4ed3afe

1 file changed

Lines changed: 11 additions & 14 deletions

File tree

packages/sdk/openapi.json

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4769,7 +4769,17 @@
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
}
@@ -12361,19 +12371,6 @@
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": {

0 commit comments

Comments
 (0)