enum

Gemini::FunctionCallingConfig::Mode

Inherits Enum < Comparable < Value < Object

Defines the execution behavior for function calling by defining the execution mode.

API Reference

Constants

ModeUnspecified = 0
Auto = 1
Any = 2
None = 3

Instance methods

any?

Returns true if this enum value equals Any

Source
auto?

Returns true if this enum value equals Auto

Source
mode_unspecified?

Returns true if this enum value equals ModeUnspecified

Source
none?

Returns true if this enum value equals None

Source