cases

Generate follow-up choices for a cases chat completion

Generate the choices (short follow-up prompts) to display to the user. Called after POST /cases/chat/completion with the conversation history including the completed assistant answer.

post/cases/chat/choices

Request body

modelstring

Optional LLM model override. Falls back to server default if not specified.

Example request

{
  "parameters": [
    {
      "value_type": "number"
    }
  ]
}

Response

Choices generated successfully

Changes

No recorded changes to this endpoint across all 1 revision of this API.