FunctionCallingConfig class final

Configuration for specifying function calling behavior.

Inheritance
  • Object
  • ProtoMessage
  • FunctionCallingConfig

Constructors

FunctionCallingConfig({FunctionCallingConfig_Mode mode = FunctionCallingConfig_Mode.$default, List<String> allowedFunctionNames = const []})
FunctionCallingConfig.fromJson(Map<String, dynamic> json)
factory

Properties

allowedFunctionNames List<String>
Optional. A set of function names that, when provided, limits the functions the model will call.
final
hashCode int
The hash code for this object.
no setterinherited
mode FunctionCallingConfig_Mode
Optional. Specifies the mode in which function calling should execute. If unspecified, the default value will be set to AUTO.
final
qualifiedName String
The fully qualified name of this message, i.e., google.protobuf.Duration or google.rpc.ErrorInfo.
finalinherited
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
toJson() Object
override
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

fullyQualifiedName → const String