mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-10 04:08:31 +00:00
test: Relax test_agents.py::test_builtin_tool_web_search
Signed-off-by: Yuan Tang <terrytangyuan@gmail.com>
This commit is contained in:
parent
6b1773d530
commit
a81966f8db
1 changed files with 0 additions and 2 deletions
|
@ -223,8 +223,6 @@ def test_builtin_tool_web_search(llama_stack_client, agent_config):
|
|||
logs = [str(log) for log in EventLogger().log(response) if log is not None]
|
||||
logs_str = "".join(logs)
|
||||
|
||||
assert "tool_execution>" in logs_str
|
||||
assert "Tool:brave_search Response:" in logs_str
|
||||
assert "mark zuckerberg" in logs_str.lower()
|
||||
if len(agent_config["output_shields"]) > 0:
|
||||
assert "No Violation" in logs_str
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue