update_agent
Update an existing agent draft by providing only the fields to change. Reads the agent first to avoid version conflicts, retrying if necessary.
Instructions
Update a agent draft. Read it first to get expectedVersion; on a 409 conflict, read again and retry. Pass only the fields you are changing (camelCase) in fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The agent's id. | |
| fields | Yes | The fields to change, as a JSON object (camelCase keys). | |
| expectedVersion | Yes | The version you last read — rejected with 409 if stale. |