Skip to content

SessionData

Persisted session data. state contains both middleware data and developer custom data.

createdAt: number

Creation timestamp (epoch ms).


history: Message[]

Conversation message history.


state: Record<string, unknown>

Session state — middleware keys + developer data.


updatedAt: number

Last update timestamp (epoch ms).