Allowed tools configuration ({mode, tools}).
Summary
Types
@type t() :: %Gemini.Types.Interactions.AllowedTools{ mode: Gemini.Types.Interactions.ToolChoiceType.t() | nil, tools: [String.t()] | nil }
Allowed tools configuration ({mode, tools}).
@type t() :: %Gemini.Types.Interactions.AllowedTools{ mode: Gemini.Types.Interactions.ToolChoiceType.t() | nil, tools: [String.t()] | nil }