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

Parameters

opts?

SpanEndOptions

Returns

void

Examples