Can anyone point to the parser/code that is currently being used to fetch function arguments when using models that don't have function calling (through a ReAct agent in particular)?
But a react agent is just prompted with the current tools/descriptions and chat history, and the llm has to respond with a structure that the framework can parse
I was looking for the parse_action_reasoning_step function and it's associated functions in the output_parser.py file, missed it when I was looking previously 🤷