From c93febc7a337206afd52d0d483d7708a24d86861 Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Wed, 26 Jul 2023 07:43:16 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20feat(test=5Fagents=5Ftemplate.py?= =?UTF-8?q?):=20add=20"fileTypes"=20field=20to=20the=20"path"=20agent=20co?= =?UTF-8?q?nfiguration=20to=20specify=20supported=20file=20types?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/test_agents_template.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_agents_template.py b/tests/test_agents_template.py index 62c237b5a..0b5fb7c3a 100644 --- a/tests/test_agents_template.py +++ b/tests/test_agents_template.py @@ -170,6 +170,7 @@ def test_csv_agent(client: TestClient): "multiline": False, "value": "", "suffixes": [".csv"], + "fileTypes": ["csv"], "password": False, "name": "path", "type": "file",