Skip to main content
PATCH
Update the agent's model selection

Autorizações

X-Api-Key
string
header
obrigatório

Parâmetros de caminho

agentPublicId
string<uuid>
obrigatório

Corpo

application/json

Body for updating the agent's AI model and decoding settings. Fields are tri-state: omit to leave unchanged, set to a value to update, or send null to clear.

aiModelPublicId
object

Public ID of the AI model to use.

Exemplo:

"9c3a4d22-1a8d-4b3f-9b1e-7a0f0c4f3e21"

temperature
object

Sampling temperature between 0.0 and 2.0.

Exemplo:

0.7

thinkingEffort
object

Reasoning effort level when thinking is enabled.

Exemplo:

"medium"

thinkingEnabled
object

Enable extended thinking for reasoning-capable models.

Exemplo:

true

Resposta

OK

Agent model selection + read-only capability block.

aiModelName
string
aiModelPublicId
string<uuid>
capabilities
object
modelId
string
provider
string
temperature
number<float>
thinkingEffort
string
thinkingEnabled
boolean