Class BetaManagedAgentsSessionMultiagentCoordinator
-
- All Implemented Interfaces:
public final class BetaManagedAgentsSessionMultiagentCoordinatorResolved coordinator topology with full agent definitions for each roster member.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaManagedAgentsSessionMultiagentCoordinator.BuilderA builder for BetaManagedAgentsSessionMultiagentCoordinator.
public final classBetaManagedAgentsSessionMultiagentCoordinator.Type
-
Method Summary
Modifier and Type Method Description final List<BetaManagedAgentsSessionThreadAgent>agents()Full agentdefinitions the coordinator may spawn as session threads.final BetaManagedAgentsSessionMultiagentCoordinator.Typetype()final JsonField<List<BetaManagedAgentsSessionThreadAgent>>_agents()Returns the raw JSON value of agents. final JsonField<BetaManagedAgentsSessionMultiagentCoordinator.Type>_type()Returns the raw JSON value of type. final Map<String, JsonValue>_additionalProperties()final BetaManagedAgentsSessionMultiagentCoordinator.BuildertoBuilder()final BetaManagedAgentsSessionMultiagentCoordinatorvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaManagedAgentsSessionMultiagentCoordinator.Builderbuilder()Returns a mutable builder for constructing an instance of BetaManagedAgentsSessionMultiagentCoordinator. -
-
Method Detail
-
agents
final List<BetaManagedAgentsSessionThreadAgent> agents()
Full
agentdefinitions the coordinator may spawn as session threads.
-
type
final BetaManagedAgentsSessionMultiagentCoordinator.Type type()
-
_agents
final JsonField<List<BetaManagedAgentsSessionThreadAgent>> _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<BetaManagedAgentsSessionMultiagentCoordinator.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 BetaManagedAgentsSessionMultiagentCoordinator.Builder toBuilder()
-
validate
final BetaManagedAgentsSessionMultiagentCoordinator 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 BetaManagedAgentsSessionMultiagentCoordinator.Builder builder()
Returns a mutable builder for constructing an instance of BetaManagedAgentsSessionMultiagentCoordinator.
The following fields are required:
.agents() .type()
-
-
-
-