ADK.Types.FunctionCall (adk_ex v1.1.0)

Copy Markdown View Source

Represents a function call request from an LLM.

Summary

Types

t()

@type t() :: %ADK.Types.FunctionCall{
  args: map(),
  id: String.t() | nil,
  name: String.t()
}