🐛 fix(test_agents_template.py): set "required" field to True for the "tools" attribute in the template dictionary to enforce its presence
This commit is contained in:
parent
ed61bb5b8b
commit
bc421d7557
1 changed files with 1 additions and 1 deletions
|
|
@ -241,7 +241,7 @@ def test_initialize_agent(client: TestClient, logged_in_headers):
|
|||
"info": "",
|
||||
}
|
||||
assert template["tools"] == {
|
||||
"required": False,
|
||||
"required": True,
|
||||
"dynamic": False,
|
||||
"placeholder": "",
|
||||
"show": True,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue