# `Mojentic.LLM.Tools.ToolCallExecution`
[🔗](https://github.com/svetzal/mojentic-ex/blob/v1.5.0/lib/mojentic/llm/tools/tool_call_execution.ex#L1)

A single tool call to execute, identified by an opaque id.

The id is preserved on the matching `Mojentic.LLM.Tools.ToolCallOutcome`
so callers can pair calls and outcomes deterministically.

# `t`

```elixir
@type t() :: %Mojentic.LLM.Tools.ToolCallExecution{
  args: map(),
  id: String.t(),
  name: String.t()
}
```

# `new`

---

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