The whole hunk
from line 13, old and new numbered
/
lines
from line 13
1313
1414- `agent_id: string`
1515
16 Unique identifier of the agent to update.
17
1618## Headers
1719
1820- `"anthropic-beta": optional array of AnthropicBeta`
from line 119
117119
118120- `"anthropic-workspace-id": optional string`
119121
122 Optional header to select the Workspace for this request. The value is a Workspace ID (for example, `wrkspc_011CZkZaBF1tNoB5wlCeusgy`).
123
124 Only needed for credentials that can act on more than one Workspace. A credential that belongs to a specific Workspace may omit it; if sent, it must match that Workspace.
125
120126## Body parameters
121127
122128- `description: optional string or null`
from line 247
241247
242248 - `"low"`
243249
250 Low effort. Favors latency over reasoning depth.
251
244252 - `"medium"`
245253
254 Medium effort. Balances latency and reasoning depth.
255
246256 - `"high"`
247257
258 High effort. Favors reasoning depth.
259
248260 - `"xhigh"`
249261
262 Extra-high effort. Not all models accept this level.
263
250264 - `"max"`
265
266 Maximum effort. Favors reasoning depth over latency.
251267
252268 - `BetaManagedAgentsEffortLow object`
253269