ExLLM.Gemini.Content.Tool (ex_llm v0.5.0)

View Source

Tool definitions for function calling.

Summary

Types

t()

@type t() :: %ExLLM.Gemini.Content.Tool{
  code_execution: map() | nil,
  function_declarations: [map()] | nil,
  google_search: map() | nil
}