Update CSVAgentComponent constructor
This commit is contained in:
parent
583c203b2b
commit
9884e565ba
1 changed files with 2 additions and 1 deletions
|
|
@ -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),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue