mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-09 19:58:29 +00:00
test_builtin_tool_code_execution
Signed-off-by: Yuan Tang <terrytangyuan@gmail.com>
This commit is contained in:
parent
a81966f8db
commit
c043e1a9fe
1 changed files with 0 additions and 1 deletions
|
@ -251,7 +251,6 @@ def test_builtin_tool_code_execution(llama_stack_client, agent_config):
|
|||
logs_str = "".join(logs)
|
||||
|
||||
assert "541" in logs_str
|
||||
assert "Tool:code_interpreter Response" in logs_str
|
||||
|
||||
|
||||
# This test must be run in an environment where `bwrap` is available. If you are running against a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue