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 |
---|---|
|
|