mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-22 22:19:49 +00:00
move brave and tavily to remote
This commit is contained in:
parent
4dd2f4c363
commit
c76f5f418f
8 changed files with 23 additions and 19 deletions
|
|
@ -191,7 +191,7 @@ def test_builtin_tool_code_execution(llama_stack_client, agent_config):
|
|||
messages=[
|
||||
{
|
||||
"role": "user",
|
||||
"content": "Write code to answer the question: What is the 100th prime number?",
|
||||
"content": "Write code and execute it to find the answer for: What is the 100th prime number?",
|
||||
},
|
||||
],
|
||||
session_id=session_id,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue