Skip to main content
Deprecated. Use endConversation instead.
const endSession: (opts?) => void = endConversation
Defined in: src/genai/api.ts:169 End the current Conversation. No-op if no Conversation is active.

Parameters

opts?

SpanEndOptions

Returns

void

Examples