@sqlrooms/ai / SessionType
Type Alias: SessionType
SessionType:
object
Represents a session in the AI system.
Type declaration
Example
typescript
const session: SessionType = {
id: "session_123",
name: "My Analysis Session",
modelProvider: "openai",
model: "gpt-4o-mini"
};