mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-07 02:58:21 +00:00
test: fix flaky agent test
Summary: Test Plan:
This commit is contained in:
parent
af15426ad7
commit
447a6933e9
1 changed files with 1 additions and 0 deletions
|
@ -269,6 +269,7 @@ def test_override_system_message_behavior(llama_stack_client, agent_config):
|
|||
**agent_config,
|
||||
"instructions": "You are a pirate",
|
||||
"client_tools": [client_tool.get_tool_definition()],
|
||||
"model": "meta-llama/Llama-3.2-3B-Instruct",
|
||||
}
|
||||
|
||||
agent = Agent(llama_stack_client, agent_config, client_tools=(client_tool,))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue