Chat Agent Knowledge Bases
Chat Agent Knowledge Bases

Update Chat Agent Knowledge Base Link

Update a chat agent-KB link configuration.

patch/api/v1/chat-agents/{chat_agent_id}/knowledge-bases/{link_id}

Path parameters

chat_agent_idstring uuid required
link_idstring uuid required

Request body

tool_namestring nullable
descriptionstring nullable
conditionstring nullable
result_limitinteger nullable
min_relevance_scorenumber nullable
enabledboolean nullable

Response

Successful Response

idstring uuid required
tenant_idstring uuid required
agent_idstring uuid nullable
report_agent_idstring uuid nullable
chat_agent_idstring uuid nullable
text_agent_idstring uuid nullable
agent_type'voice_agent' | 'email_agent' | 'report_agent' | 'chat_agent' | 'text_agent' required
knowledge_base_idstring uuid required
tool_namestring required
descriptionstring required
conditionstring nullable required
result_limitinteger required
min_relevance_scorenumber required
enabledboolean required
tool_messagesobject nullable
created_atstring date-time required
updated_atstring date-time required

Changes

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