David Loving
David Loving
Hah... I have seen it actually make use of the tool to correctly do calculations, but when you look closely you see that it never printed the final answer and...
Chat history with the user is great for the agent to have additional context, but I suggest providing it with a read-only chat history and carefully curating how that history...
This is a badly-needed improvement!
I actually worked around this issue by subclassing `MRKLOutputParser` and overriding `parse` to still return something when `OutputParserException` is raised. It seems that the LLMs I'm using are robust to...