Developer
Developer - Settings

Update Summary Generation Context

Update the summary generation context for the current customer.

This endpoint is restricted to developer users only. Sets the optional context that is included in the LLM prompt when generating call summaries.

  • summary_generation_context: Context to include in the LLM prompt (can be multiple lines)

This context can include:

  • Firm-specific preferences for summary formatting
  • Important information about the firm
  • Instructions for how summaries should be generated
  • Any other context that should influence summary generation
patch/developer/summary-generation-context

Request body

summary_generation_contextstring nullable

Context to include in LLM prompt for summary generation (can be multiple lines)

Response

Successful Response

customer_idstring uuid required

The customer ID

summary_generation_contextstring nullable

Optional context to include in LLM prompt for summary generation

Changes