computer_use tool declaration.
Note: API key uses camelCase excludedPredefinedFunctions.
Summary
Types
@type environment() :: String.t()
@type t() :: %Gemini.Types.Interactions.ComputerUse{ environment: environment() | nil, excluded_predefined_functions: [String.t()] | nil, type: String.t() }