UpdateAiTeamInput
Type: Input
Fields
| Name | Type | Default | Description |
|---|---|---|---|
| authorizationLevel | TeamAuthorizationLevelEnum | Authorization level for this team - determines what actions agents can perform (read_only or read_write) | |
| coordinationStrategy | String | How the team coordinates work: sequential (one at a time), parallel (all at once), hierarchical (manager delegates), or consensus (agents agree) | |
| description | String | A detailed description of the team's purpose and capabilities | |
| metadata | JsonString | Additional metadata for the team | |
| name | String | The name of the team |