Chat
Update Chat Thread
PUT
/
chat
/
{chat_id}
Authorizations
Authorization
string
headerrequiredBasic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Path Parameters
chat_id
string
requiredBody
application/json
response_length
enum<string> | null
default: MEDIUMConfigure response length
Available options:
SHORT
, MEDIUM
, LONG
temperature
number | null
between 0 and 1
system_message
string | null
System message for the LLM
model
string | null
default: gpt-4o-miniLLM Model to choose from
brain_id
string
requiredKnowledge Base ID
name
string
requiredName of the chat thread
Response
200 - application/json
brain_id
string
chat_id
string
created_at
string
created_from
string
last_updated
string
model
string
system_message
string
temperature
number | null
title
string
user_id
string
response_length
enum<string> | null
default: MEDIUMAvailable options:
SHORT
, MEDIUM
, LONG