Skip to content

Commit d52105d

Browse files
authored
Merge pull request #160 from sowmyabhu/feature/update-agent-fields-docs
2 parents 70d6778 + 4c2ff87 commit d52105d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aws-transform-agent-toolkit/steering/agent-registration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ These MUST be kept in sync with the `discover_subagents()` tool in `tools/orches
212212
| `chatAgentIdentifier` | string | Yes | Unique identifier for chat routing (use agent name) |
213213
| `a2aSupported` | boolean | Yes | Whether agent supports Agent-to-Agent protocol |
214214

215-
> **Warning:** `jobOrchestratorMetadata` (`chatUILabel`, `chatAgentIdentifier`, `a2aSupported`) is set at `RegisterAgent` time and **cannot be updated** afterward — `UpdateAgent` only accepts `customerConfiguredAgentDependencies`, `marketplaceMetadata`, and `deprecated`. To fix a wrong value (e.g. `a2aSupported: false`), you must re-register under a different agent name. Choose carefully.
215+
> **Note:** `UpdateAgent` now supports updating: `description`, `ownerName`, `customerConfiguredAgentDependencies`, `workloadTypes`, `marketplaceMetadata`, `jobOrchestrator`, `jobOrchestratorMetadata`, `deprecated`, `ownerContactInfo`, and `resourceDeletionNotificationEnabled`.
216216
217217
### Complete Examples
218218

0 commit comments

Comments
 (0)