mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-04 04:04:14 +00:00
updated conversation items DB model to have a row for each item
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
This commit is contained in:
parent
b38e6df982
commit
0dbc522bcb
2 changed files with 80 additions and 59 deletions
|
@ -62,7 +62,7 @@ async def test_conversation_items(service):
|
|||
item_list = await service.create(conversation.id, items)
|
||||
|
||||
assert len(item_list.data) == 1
|
||||
assert item_list.data[0].id.startswith("msg_")
|
||||
assert item_list.data[0].id == "msg_test123"
|
||||
|
||||
items = await service.list(conversation.id)
|
||||
assert len(items.data) == 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue