ChatSession: {
    context: Record<string, unknown>;
    id: string;
}

Lightweight type for listing chat sessions.