LlmToolCall class
Tool call request
Constructors
-
LlmToolCall({required String name, required Map<
String, dynamic> arguments, String? id})
Properties
Methods
-
getOrCreateId(
) → String -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
-
withId(
String newId) → LlmToolCall
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited