Hi,
In my Agentic system we rely a lot on LLM/Agent structured outputs using Pydantic models. When executing my graph in LangGraph Studio I see temporarily the output of the LLM/ReAct agent parsed in those data structures. However, once the execution continues to another node, it disappears. As of now the only place where this is saved is in LangSmith
Is this the defult behaviour or are we doing something wrong?
Regards,
Jorge