Helper to send and persist UI messages. Accepts a map of component names to React components as type argument to provide type safety. Will also write to the options?.stateKey state.
options?.stateKey
LangGraphRunnableConfig
Optional
The key to write the UI messages to. Defaults to ui.
ui
Helper to send and persist UI messages. Accepts a map of component names to React components as type argument to provide type safety. Will also write to the
options?.stateKey
state.