Update CSVAgentComponent constructor

This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-03-25 15:58:55 -03:00
commit 9884e565ba

View file

@ -29,5 +29,6 @@ class CSVAgentComponent(CustomComponent):
llm=llm,
path=path,
agent_type=agent_type,
agent_executor_kwargs=dict(handle_parsing_errors=handle_parsing_errors, verbose=True),
verbose=True,
agent_executor_kwargs=dict(handle_parsing_errors=handle_parsing_errors),
)