There was an error while loading. Please reload this page.
2 parents 1faea65 + 5ad1ce3 commit 12dcea3Copy full SHA for 12dcea3
1 file changed
docs/openapi.json
@@ -397,11 +397,22 @@
397
}
398
},
399
"conversation_id": "123e4567-e89b-12d3-a456-426614174000",
400
- "session_data": {
401
- "session_id": "123e4567-e89b-12d3-a456-426614174000",
402
- "turns": [],
403
- "started_at": "2024-01-01T00:00:00Z"
404
- }
+ "chat_history": [
+ {
+ "messages": [
+ "content": "Hi",
405
+ "type": "user"
406
+ },
407
408
+ "content": "Hello!",
409
+ "type": "assistant"
410
+ }
411
+ ],
412
+ "started_at": "2024-01-01T00:00:00Z",
413
+ "completed_at": "2024-01-01T00:00:05Z"
414
415
+ ]
416
417
"404": {
418
"detail": {
0 commit comments