Skip to content

Commit 12dcea3

Browse files
authored
Merge pull request #344 from tisnik/lcore-336-regenerate-openapi-schema
LCORE-336: Regenerate OpenAPI schema
2 parents 1faea65 + 5ad1ce3 commit 12dcea3

1 file changed

Lines changed: 16 additions & 5 deletions

File tree

docs/openapi.json

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -397,11 +397,22 @@
397397
}
398398
},
399399
"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-
}
400+
"chat_history": [
401+
{
402+
"messages": [
403+
{
404+
"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+
]
405416
},
406417
"404": {
407418
"detail": {

0 commit comments

Comments
 (0)