TranscriptToolCall class
A single tool call.
Mirrors Swift's Transcript.ToolCall.
Constructors
- TranscriptToolCall({required String id, required String toolName, required String arguments})
-
const
Properties
- arguments → String
-
The JSON-encoded arguments string for the tool.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
The unique identifier of this tool call.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- toolInput → GeneratedContent
-
Parse arguments as GeneratedContent.
no setter
- toolName → String
-
The name of the tool being called.
final
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