Skip to main content
非推奨。 代わりに getCurrentConversation を使用してください。
const getCurrentSession: () => Conversation | undefined = getCurrentConversation
現在の Conversation、または undefined を返します。 定義: src/genai/context.ts:64

戻り値

Conversation | undefined