Skip to main content

action.summarize

Summarizes the conversation.

Parameters

NameTypeDefaultDescription
webhook Optionalstring-The webhook URI to be called.
prompt Optionalstring-The prompt for summarization.

Object Example

live_transcribe:
action:
summarize:
webhook: 'https://example.com/webhook'
prompt: Summarize the key points of this conversation.

Default Summarization

If the summarize action is called with a empty object, the default summarization prompt and webhook will be used.

live_transcribe:
action:
summarize: {}