Record Class PlannerAction.NoOp
java.lang.Object
java.lang.Record
com.google.adk.agents.PlannerAction.NoOp
- All Implemented Interfaces:
PlannerAction
- Enclosing interface:
PlannerAction
Skip this iteration (no-op).
-
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
-
NoOp
public NoOp()Creates an instance of aNoOprecord 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.
-