ToolResultBlock class
Simplified representation of a tool result content block.
Constructors
- ToolResultBlock({required String toolUseId, dynamic content, bool isError = false})
Properties
Methods
-
copyWith(
{String? toolUseId, dynamic content, bool? isError}) → ToolResultBlock -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited