Update Agent Template
PUT /api/v1/ai/agents/templates/{template_id}
PUT
/api/v1/ai/agents/templates/{template_id}
Update agent template (Super Admin only)
Authorizations
Seção intitulada “Authorizations ”Parameters
Seção intitulada “ Parameters ”Path Parameters
Seção intitulada “Path Parameters ” template_id
required
Template Id
integer
Request Body required
Seção intitulada “Request Body required ” AgentTemplateUpdate
Schema para atualizar AgentTemplate
object
type
Any of:
AgentTypeEnum
Tipos de agentes
string
null
tools_config
Any of:
Array<object>
object
null
tags
Any of:
Array<string>
null
Responses
Seção intitulada “ Responses ”Successful Response
AgentTemplateResponse
Schema de resposta para AgentTemplate
object
name
required
Name
string
type
string
provider
Provider
string
model
Model
string
temperature
Temperature
number
max_tokens
Max Tokens
integer
system_prompt
required
System Prompt
string
tools_config
Tools Config
Array<object>
object
max_iterations
Max Iterations
integer
max_execution_time
Max Execution Time
integer
enable_memory
Enable Memory
boolean
enable_learning
Enable Learning
boolean
tags
Tags
Array<string>
id
required
Id
integer
is_built_in
required
Is Built In
boolean
is_active
required
Is Active
boolean
created_at
required
Created At
string format: date-time
updated_at
required
Updated At
string format: date-time
Validation Error
HTTPValidationError
object
detail
Detail
Array<object>
ValidationErrorobject
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string