Package com.anthropic.models.beta.agents
Class BetaManagedAgentsMultiagentCoordinator
-
- All Implemented Interfaces:
public final class BetaManagedAgentsMultiagentCoordinatorResolved coordinator topology with a concrete agent roster.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaManagedAgentsMultiagentCoordinator.BuilderA builder for BetaManagedAgentsMultiagentCoordinator.
public final classBetaManagedAgentsMultiagentCoordinator.Type
-
Method Summary
Modifier and Type Method Description final List<BetaManagedAgentsAgentReference>agents()Agents the coordinator may spawn as session threads, each resolved to a specific version. final BetaManagedAgentsMultiagentCoordinator.Typetype()final JsonField<List<BetaManagedAgentsAgentReference>>_agents()Returns the raw JSON value of agents. final JsonField<BetaManagedAgentsMultiagentCoordinator.Type>_type()Returns the raw JSON value of type. final Map<String, JsonValue>_additionalProperties()final BetaManagedAgentsMultiagentCoordinator.BuildertoBuilder()final BetaManagedAgentsMultiagentCoordinatorvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaManagedAgentsMultiagentCoordinator.Builderbuilder()Returns a mutable builder for constructing an instance of BetaManagedAgentsMultiagentCoordinator. -
-
Method Detail
-
agents
final List<BetaManagedAgentsAgentReference> agents()
Agents the coordinator may spawn as session threads, each resolved to a specific version.
-
type
final BetaManagedAgentsMultiagentCoordinator.Type type()
-
_agents
final JsonField<List<BetaManagedAgentsAgentReference>> _agents()
Returns the raw JSON value of agents.
Unlike agents, this method doesn't throw if the JSON field has an unexpected type.
-
_type
final JsonField<BetaManagedAgentsMultiagentCoordinator.Type> _type()
Returns the raw JSON value of type.
Unlike type, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BetaManagedAgentsMultiagentCoordinator.Builder toBuilder()
-
validate
final BetaManagedAgentsMultiagentCoordinator validate()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static BetaManagedAgentsMultiagentCoordinator.Builder builder()
Returns a mutable builder for constructing an instance of BetaManagedAgentsMultiagentCoordinator.
The following fields are required:
.agents() .type()
-
-
-
-