# `ASM.HostTool.Request`
[🔗](https://github.com/nshkrdotcom/agent_session_manager/blob/v0.10.0/lib/asm/host_tool.ex#L172)

Host dynamic tool invocation request.

# `t`

```elixir
@type t() :: %ASM.HostTool.Request{
  arguments: term(),
  id: String.t() | integer(),
  metadata: map(),
  provider: atom(),
  provider_session_id: String.t() | nil,
  provider_turn_id: String.t() | nil,
  raw: term(),
  run_id: String.t(),
  session_id: String.t(),
  tool_name: String.t()
}
```

# `new`

```elixir
@spec new(keyword() | map() | t()) :: {:ok, t()} | {:error, term()}
```

# `new!`

```elixir
@spec new!(keyword() | map() | t()) :: t()
```

---

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