We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0b5ad0 commit 1159ad3Copy full SHA for 1159ad3
openapi.json
@@ -3,8 +3,8 @@
3
"schemas": {
4
"AgentStatus": {
5
"enum": [
6
- "stable",
7
- "running"
+ "running",
+ "stable"
8
],
9
"examples": [
10
"stable"
@@ -14,8 +14,8 @@
14
},
15
"ConversationRole": {
16
17
- "user",
18
- "agent"
+ "agent",
+ "user"
19
20
21
"user"
@@ -130,8 +130,8 @@
130
}
131
132
"required": [
133
- "id",
134
"content",
+ "id",
135
"role",
136
"time"
137
@@ -191,8 +191,8 @@
191
192
"MessageType": {
193
194
195
- "raw"
+ "raw",
196
197
198
@@ -224,8 +224,8 @@
224
225
226
"id",
227
- "role",
228
"message",
+ "role",
229
230
231
"type": "object"
0 commit comments