-
Notifications
You must be signed in to change notification settings - Fork 341
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
final_asnwer as Json #104
Comments
Can you share some example code? I imagine overriding |
hey @grrowl, thanks for getting back to me on this. -Agent -Input You mentioned overriding the 'final_answer' tool, can you expand on that please? |
FinalAnswerTool is defined here and |
I'm trying to get the agent's final answer in a JSON structure rather than a plain string. While defining the structure within the query works in most cases, it tends to break down in a multi-agent system. Does anyone have suggestions or best practices for handling this?
Thanks!
The text was updated successfully, but these errors were encountered: