Skip to content

bodhi-realtime-agent / SessionUpdate

Interface: SessionUpdate

Defined in: types/transport.ts:136

Partial session update — used for updateSession() and transferSession().

Properties

instructions?

optional instructions: string

Defined in: types/transport.ts:137


providerOptions?

optional providerOptions: Record<string, unknown>

Defined in: types/transport.ts:142


responseModality?

optional responseModality: "text" | "audio"

Defined in: types/transport.ts:141

Response modality override. Used to preserve text mode across agent transfers and reconnects when TTSProvider is configured.


tools?

optional tools: ToolDefinition[]

Defined in: types/transport.ts:138

Built with VitePress