ExLLM.Providers.Gemini.Live.ToolCallMessage (ex_llm v0.8.1)

View Source

Tool call message from server

Summary

Types

t()

@type t() :: %ExLLM.Providers.Gemini.Live.ToolCallMessage{
  function_calls: [FunctionCall.t()]
}