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
Example request
{
"parameters": [
{
"value_type": "number"
}
]
}Response
Choices generated successfully
Changes
No recorded changes to this endpoint across all 1 revision of this API.