ToolMessage class
- Inheritance
- Available extensions
- Annotations
-
- @artifact
Constructors
- ToolMessage.new({required Content content, required String toolCallId})
-
const
Properties
- content → Content
-
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- toLangChain → ChatMessage
-
Available on Message, provided by the XChatMessage2LC extension
no setter - toolAsSystemMessage → SystemMessage
-
no setter
- toolCallId → String
-
final
Methods
-
copyWith(
{_8? content}) → _b -
Available on _b, provided by the $Message extension
-
copyWith(
{_8? content, _3? toolCallId}) → _f -
Available on _f, provided by the $ToolMessage extension
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
{bool pretty = _F}) → _3 -
Available on _b, provided by the $Message extension
-
toJson(
{bool pretty = _F}) → _3 -
Available on _f, provided by the $ToolMessage extension
-
toMap(
) → _1 -
Available on _b, provided by the $Message extension
-
toMap(
) → _1 -
Available on _f, provided by the $ToolMessage extension
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited