This guide shows us how to configure a structured response from a graph, but what actually gets saved in the chat history if we’re using a checkpointer like MongoDBSaver? Is it the response before formatting or after formatting?
Hi Pranay! All output that is returned from a node (accumulated by superstep) is saved in a checkpoint, so if your node is outputting structured formatting then that will be saved in the checkpoint.