🔧 chore(OpenAIConversationalAgent.py): enable handling of parsing errors in ConversationalAgent class

This commit is contained in:
Gabriel Luiz Freitas Almeida 2023-10-18 22:14:14 -03:00
commit 08bd16b8f2

View file

@ -79,4 +79,5 @@ class ConversationalAgent(CustomComponent):
memory=memory,
verbose=True,
return_intermediate_steps=True,
handle_parsing_errors=True,
)