🚀 feat(test_agents_template.py): add "fileTypes" field to the "path" agent configuration to specify supported file types
This commit is contained in:
parent
39755fb217
commit
c93febc7a3
1 changed files with 1 additions and 0 deletions
|
|
@ -170,6 +170,7 @@ def test_csv_agent(client: TestClient):
|
|||
"multiline": False,
|
||||
"value": "",
|
||||
"suffixes": [".csv"],
|
||||
"fileTypes": ["csv"],
|
||||
"password": False,
|
||||
"name": "path",
|
||||
"type": "file",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue