Skip to main content
PATCH
Update a knowledge base chat

Authorizations

X-Api-Key
string
header
required

Headers

X-Api-Key
string
required

API key for authentication

Path Parameters

chatId
string
required

Body

Partial update for a chat. Only provided fields will be updated

name
string | null

Chat name (if provided: 1-255 chars)

datasetIds
string[] | null

Dataset IDs to connect

llmSettings
object

LLM configuration parameters exposed to the API (excludes model name)

promptSettings
object

RAG prompt configuration

Response

Success

Public representation of a knowledge base chat

id
string | null

Chat identifier

name
string | null

Chat name

datasetIds
string[] | null

Connected dataset IDs

datasetNames
string[] | null

Connected dataset names (read-only)

connectedAgentCount
integer<int32> | null

Number of agents using this chat

llmSettings
object

LLM configuration parameters exposed to the API (excludes model name)

promptSettings
object

RAG prompt configuration

createdAt
string<date-time>

Creation timestamp

updatedAt
string<date-time> | null

Last update timestamp