Gemini.Tools.AutomaticFunctionCalling.Config (GeminiEx v0.8.5)

View Source

Configuration for automatic function calling.

Summary

Types

t()

AFC configuration

Types

t()

@type t() :: %Gemini.Tools.AutomaticFunctionCalling.Config{
  enabled: boolean(),
  ignore_call_history: boolean(),
  max_calls: non_neg_integer(),
  parallel_execution: boolean()
}

AFC configuration