How do I pipe an Output Parser to Langchain’s agent?
Below is my code, how do I force the agent to output in a structured Zod format? This is possible with non-agent, but I can’t find any documents on piping Output Parser to agent.
Below is my code, how do I force the agent to output in a structured Zod format? This is possible with non-agent, but I can’t find any documents on piping Output Parser to agent.