ToolInputDeltaSseEvent class final
Emitted as the AI streams the JSON input arguments for a tool call.
Constructors
- ToolInputDeltaSseEvent(String text)
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- text → String
-
The incremental snippet of the tool's JSON input string.
final
- type → String
-
The specific string identifier for the event type.
finalinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited