# `Mojentic.Examples.React.Events.InvokeToolCall`
[🔗](https://github.com/svetzal/mojentic-ex/blob/v1.2.0/lib/mojentic/examples/react/events.ex#L49)

Event to trigger a tool invocation.

This event carries the information needed to execute a specific tool
with given arguments, along with the reasoning behind the decision.

# `t`

```elixir
@type t() :: %Mojentic.Examples.React.Events.InvokeToolCall{
  action: Mojentic.Examples.React.Models.NextAction.t(),
  context: Mojentic.Examples.React.Models.CurrentContext.t(),
  correlation_id: String.t() | nil,
  source: module(),
  thought: String.t(),
  tool: module(),
  tool_arguments: map()
}
```

---

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