ExLLM.Gemini.Live.FunctionCall (ex_llm v0.5.0)

View Source

Function call details

Summary

Types

t()

@type t() :: %ExLLM.Gemini.Live.FunctionCall{
  args: map(),
  id: String.t(),
  name: String.t()
}