bodhi-realtime-agent / SessionConfig
Interface: SessionConfig
Defined in: types/session.ts:26
Initial configuration for creating a session manager.
Properties
geminiModel?
optionalgeminiModel:string
Defined in: types/session.ts:32
Gemini model to use (e.g. "gemini-2.5-flash-live-001").
initialAgent
initialAgent:
string
Defined in: types/session.ts:34
Name of the agent to activate when the session starts.
sessionId
sessionId:
string
Defined in: types/session.ts:28
Unique session identifier.
userId
userId:
string
Defined in: types/session.ts:30
User identifier for this session.