RealtimeContextData
type RealtimeContextData<TContext> = TContext & object;
The context data for a realtime session. This is the context data that is passed to the agent. The RealtimeSession will automatically add the current snapshot of the history to the context.
Type declaration
Section titled “Type declaration”history
Section titled “history”history: RealtimeItem[];
Type Parameters
Section titled “Type Parameters”Type Parameter | Default type |
---|---|
|
|