ChatToolChoiceNone class final
The model does not call a tool, and responds to the end-user.
- Inheritance
-
- Object
- ChatToolChoice
- ChatToolChoiceNone
Constructors
- ChatToolChoiceNone.new()
-
The model does not call a tool, and responds to the end-user.
const
-
ChatToolChoiceNone.fromMap(Map<
String, dynamic> map) -
Converts a map to a ChatToolChoiceNone.
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
Converts this ChatToolChoice to a map along with a type hint for deserialization.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited