Update agent
Update agent meta based on uuid
Last updated
Update agent meta based on uuid
Last updated
POST /api / v1 / agent / {uuid} / update
Authorization string Bearer <your_token>
uuid string required
name string
prompt string
description string
model string
enabled boolean
data_source_uuids List[string]
human_escalation_settings HumanEscalationSettings Object
variables List[AgentVariable]
Only for user-facing
agents.
tags tags Object
Only for background
agents
temperature float
use_all_sources boolean
uuid string
name string
prompt string
description string
type string
created_at string
modified_at string
enabled boolean
meta meta Object
data_source_uuids List[string]
human_escalation_settings HumanEscalationSettings Object
tool_functions List[ToolFunction]
variables List[AgentVariable]