Skip to main content
Deprecated. Use getCurrentConversation instead.
const getCurrentSession: () => Conversation | undefined = getCurrentConversation
Returns the current Conversation, or undefined. Defined in: src/genai/context.ts:64

Returns

Conversation | undefined