ChatToolChoiceAuto class final

The model can pick between responding to the end-user or calling a tool.

Inheritance

Constructors

ChatToolChoiceAuto.new()
The model can pick between responding to the end-user or calling a tool.
const
ChatToolChoiceAuto.fromMap(Map<String, dynamic> map)
Converts a map to a ChatToolChoiceAuto.
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