mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-18 13:59:50 +00:00
add debug
This commit is contained in:
parent
a01c2ae583
commit
3bfbc212fa
2 changed files with 4 additions and 0 deletions
|
|
@ -134,6 +134,7 @@ 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 location: {llama_stack_client.__file__}")
|
||||
agent_name = f"test-agent-{uuid4()}"
|
||||
agent = Agent(
|
||||
llama_stack_client,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue