# `Gemini.Types.Interactions.ComputerUse`
[🔗](https://github.com/nshkrdotcom/gemini_ex/blob/v0.15.0/lib/gemini/types/interactions/tool.ex#L151)

`computer_use` tool declaration.

Note: API key uses camelCase `excludedPredefinedFunctions`.

# `environment`

```elixir
@type environment() :: String.t()
```

# `t`

```elixir
@type t() :: %Gemini.Types.Interactions.ComputerUse{
  environment: environment() | nil,
  excluded_predefined_functions: [String.t()] | nil,
  type: String.t()
}
```

# `from_api`

```elixir
@spec from_api(map() | nil) :: t() | nil
```

# `to_api`

```elixir
@spec to_api(t() | map() | nil) :: map() | nil
```

---

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