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

Returns

Conversation | undefined