Skip to main content
POST
/
api
/
conversations
/
{conversation_id}
/
generate_title
{
  "title": "<string>"
}

Path Parameters

conversation_id
string<uuid>
required

Body

application/json

Payload to generate a title for a conversation.

max_length
integer
default:50

Maximum length of the generated title

Required range: 1 <= x <= 200
llm
object | null

Optional LLM to use for title generation Refactored LLM: simple completion(), centralized Telemetry, tiny helpers.

Response

Successful Response

Response containing the generated conversation title.

title
string
required

The generated title for the conversation