mirror of
https://github.com/meta-llama/llama-stack.git
synced 2026-01-02 01:34:31 +00:00
passing tests
This commit is contained in:
parent
bb2adef7e4
commit
97d017de1c
7 changed files with 887 additions and 655 deletions
|
|
@ -178,14 +178,6 @@ def test_builtin_tool_web_search(llama_stack_client, agent_config):
|
|||
assert "Tool:brave_search Response:" in logs_str
|
||||
assert "mark zuckerberg" in logs_str.lower()
|
||||
assert "No Violation" in logs_str
|
||||
spans = llama_stack_client.telemetry.query_spans(
|
||||
attribute_filters=[
|
||||
{"key": "session_id", "op": "eq", "value": session_id},
|
||||
],
|
||||
attributes_to_return=["input", "output"],
|
||||
)
|
||||
breakpoint()
|
||||
assert len(spans) > 1
|
||||
|
||||
|
||||
def test_builtin_tool_code_execution(llama_stack_client, agent_config):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue