# `ADK.Types.FunctionCall`
[🔗](https://github.com/JohnSmall/adk_ex/blob/v0.2.0/lib/adk/types.ex#L12)

Represents a function call request from an LLM.

# `t`

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

---

*Consult [api-reference.md](api-reference.md) for complete listing*
