Skip to main content
사용 중단. 대신 getCurrentConversation을 사용하세요.
const getCurrentSession: () => Conversation | undefined = getCurrentConversation
현재 Conversation 또는 undefined를 반환합니다. Defined in: src/genai/context.ts:64

반환값

Conversation | undefined