We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1219b2 commit 0634299Copy full SHA for 0634299
1 file changed
tests/system/test_apps/ai_agentic_test_app/bin/indexes.py
@@ -59,6 +59,7 @@ class Output(BaseModel):
59
output_schema=Output,
60
) as agent:
61
assert len(agent.tools) == 1, "Invalid tool count"
62
+ raise Exception(agent.tools[0].tags)
63
assert (
64
len([t for t in agent.tools if t.name == "splunk_get_indexes"]) == 1
65
), "splunk_get_indexes not present"
0 commit comments