Find answers from the community

Updated last month

The verbose functionality of openai agent can be challenging

At a glance

A community member is struggling with the verbose functionality of the OpenAIAgent, as they are unable to see the functions it executes being logged in the file. Another community member has set verbose=True, but they are experiencing issues where the error messages are not being displayed when the agent encounters an error. They have added a try-catch block to force the error messages to be shown, but the behavior of the verbose functionality is still considered strange. However, the issue has been resolved.

Hi everyone,
Am I the only one struggling with the verbose functionality of OpenAIAgent? Sometimes I try to see the functions it executes, but they are not being logged in the file.
Thanks!!
d
1 comment
I have set verbose=True, and I confirm that is failing when the agent execute some tool and occurrs an error, but i cant see the error msg sometimes.
I add a try catch in order to force the code showing the error. However is strange the behavior of the verbose.
But hey, everything solved.
Thanks anyway! πŸ™‚
Add a reply
Sign up and join the conversation on Discord