Gemini.Types.Enums.FunctionCallingMode (GeminiEx v0.10.0)

Copy Markdown View Source

Function calling configuration modes.

Values

  • :auto - Model decides when to call functions
  • :any - Model must call at least one function
  • :none - Model cannot call functions

Summary

Types

t()

@type t() :: :auto | :any | :none

Functions

from_api(arg1)

@spec from_api(String.t() | nil) :: t() | nil

to_api(atom)

@spec to_api(t()) :: String.t()