mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-17 16:39:50 +00:00
cleanup
This commit is contained in:
parent
6b9d14042e
commit
707ff21c84
1 changed files with 0 additions and 3 deletions
|
|
@ -135,9 +135,6 @@ def test_agent_simple(llama_stack_client, agent_config):
|
|||
|
||||
|
||||
def test_agent_name(llama_stack_client, text_model_id):
|
||||
print(f"llama stack client package version: {lsc_package.__version__}")
|
||||
print(f"llama stack client package location: {lsc_package.__file__}")
|
||||
|
||||
agent_name = f"test-agent-{uuid4()}"
|
||||
agent = Agent(
|
||||
llama_stack_client,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue