mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-03 19:57:35 +00:00
add todo
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
This commit is contained in:
parent
a74a7cc873
commit
387a2a5de8
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ import pytest
|
|||
|
||||
@pytest.mark.integration
|
||||
class TestOpenAIConversations:
|
||||
# TODO: Update to compat_client after client-SDK is generated
|
||||
def test_conversation_create(self, openai_client):
|
||||
conversation = openai_client.conversations.create(
|
||||
metadata={"topic": "demo"}, items=[{"type": "message", "role": "user", "content": "Hello!"}]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue