🔧 chore(OpenAIConversationalAgent.py): enable handling of parsing errors in ConversationalAgent class
This commit is contained in:
parent
a497eebab1
commit
08bd16b8f2
1 changed files with 1 additions and 0 deletions
|
|
@ -79,4 +79,5 @@ class ConversationalAgent(CustomComponent):
|
|||
memory=memory,
|
||||
verbose=True,
|
||||
return_intermediate_steps=True,
|
||||
handle_parsing_errors=True,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue