Record Class PlannerAction.Done
java.lang.Object
java.lang.Record
com.google.adk.agents.PlannerAction.Done
- All Implemented Interfaces:
PlannerAction
- Enclosing interface:
PlannerAction
Plan is complete, no result to emit.
-
Nested Class Summary
Nested classes/interfaces inherited from interface PlannerAction
PlannerAction.Done, PlannerAction.DoneWithResult, PlannerAction.NoOp, PlannerAction.RunAgentsModifier and TypeInterfaceDescriptionstatic final recordPlan is complete, no result to emit.static final recordPlan is complete with a final text result.static final recordSkip this iteration (no-op).static final recordRun the specified sub-agent(s). -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Done
public Done()Creates an instance of aDonerecord class.
-
-
Method Details
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal.
-