AgentInterrupt<Input, Output> class
final
A single tool request a turn paused on. respond/restart are builders:
they return the part to put into a resume payload; they do not send.
Constructors
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
respond(
Output output) → ToolResponsePart -
Builds a
respondentry for this interrupt. Does not send. -
restart(
[Map< String, dynamic> ? resumed]) → ToolRequestPart -
Builds a
restartentry re-issuing the original tool request. -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited