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

戻り値

Conversation | undefined