Hello, I'm trying to use a thread between sessions in LangGraph.
useCopilotChat correctly loads the messages from the thread.
However useCoAgent doesn't pick it up initially in the state, and only updates the state after I send a new message and therefore I trigger one run in LangGraph.
How should I go at having useCoAgent load the initial state when my app loads?