# `LlmComposer.FunctionCall`
[🔗](https://github.com/doofinder/llm_composer/blob/master/lib/llm_composer/function_call.ex#L1)

Helper struct for function call actions.

# `t`

```elixir
@type t() :: %LlmComposer.FunctionCall{
  arguments: binary(),
  id: binary(),
  metadata: map(),
  name: binary(),
  result: term(),
  type: binary() | nil
}
```

---

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