Interface: RealtimeEventBase
Defined in: packages/protocol/src/realtime/events.ts:15
Base interface for all realtime events.
Extended by
SessionUpdateEventItemCreateEventItemDeleteEventItemTruncateEventAudioInputAppendEventAudioInputCommitEventAudioInputClearEventActivityStartEventActivityEndEventResponseCreateEventResponseCancelEventSessionCreatedEventSessionUpdatedEventSessionErrorEventItemCreatedEventItemDeletedEventItemTruncatedEventAudioInputCommittedEventAudioInputClearedEventSpeechStartedEventSpeechStoppedEventAudioOutputDeltaEventAudioOutputDoneEventTextOutputDeltaEventTextOutputEventTranscriptInputDeltaEventTranscriptInputEventTranscriptOutputDeltaEventTranscriptOutputEventResponseCreatedEventResponseInterruptedEventResponseDoneEventToolStartEventToolDeltaEventToolCallEventToolCancelledEventToolResultEvent
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
id? | string | Unique identifier for this event. | packages/protocol/src/realtime/events.ts:19 |
providerMetadata? | SharedProviderMetadata | Provider-specific metadata. | packages/protocol/src/realtime/events.ts:24 |