mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-04 02:03:44 +00:00
chore: remove used classes
These were maybe be included in the webmethod? The unit test was pointless too since the request was never used anywhere? Signed-off-by: Sébastien Han <seb@redhat.com>
This commit is contained in:
parent
392e01dc79
commit
9878712465
3 changed files with 0 additions and 37 deletions
|
|
@ -7,18 +7,11 @@
|
|||
|
||||
from llama_stack.apis.conversations.conversations import (
|
||||
Conversation,
|
||||
ConversationCreateRequest,
|
||||
ConversationItem,
|
||||
ConversationItemList,
|
||||
)
|
||||
|
||||
|
||||
def test_conversation_create_request_defaults():
|
||||
request = ConversationCreateRequest()
|
||||
assert request.items == []
|
||||
assert request.metadata == {}
|
||||
|
||||
|
||||
def test_conversation_model_defaults():
|
||||
conversation = Conversation(
|
||||
id="conv_123456789",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue