Class: Anthropic::Models::Beta::BetaManagedAgentsAgentToolset20260401Params
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Anthropic::Models::Beta::BetaManagedAgentsAgentToolset20260401Params
- Defined in:
- lib/anthropic/models/beta/beta_managed_agents_agent_toolset20260401_params.rb
Defined Under Namespace
Modules: Type
Instance Attribute Summary collapse
-
#configs ⇒ Array<Anthropic::Models::Beta::BetaManagedAgentsAgentToolConfigParams>?
Per-tool configuration overrides.
-
#default_config ⇒ Anthropic::Models::Beta::BetaManagedAgentsAgentToolsetDefaultConfigParams?
Default configuration for all tools in a toolset.
- #type ⇒ Symbol, Anthropic::Models::Beta::BetaManagedAgentsAgentToolset20260401Params::Type
Instance Method Summary collapse
-
#initialize(type:, configs: nil, default_config: nil) ⇒ Object
constructor
Configuration for built-in agent tools.
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(type:, configs: nil, default_config: nil) ⇒ Object
Configuration for built-in agent tools. Use this to enable or disable groups of tools available to the agent.
|
|
# File 'lib/anthropic/models/beta/beta_managed_agents_agent_toolset20260401_params.rb', line 27
|
Instance Attribute Details
#configs ⇒ Array<Anthropic::Models::Beta::BetaManagedAgentsAgentToolConfigParams>?
Per-tool configuration overrides.
16 17 |
# File 'lib/anthropic/models/beta/beta_managed_agents_agent_toolset20260401_params.rb', line 16 optional :configs, -> { Anthropic::Internal::Type::ArrayOf[Anthropic::Beta::BetaManagedAgentsAgentToolConfigParams] } |
#default_config ⇒ Anthropic::Models::Beta::BetaManagedAgentsAgentToolsetDefaultConfigParams?
Default configuration for all tools in a toolset.
23 24 25 |
# File 'lib/anthropic/models/beta/beta_managed_agents_agent_toolset20260401_params.rb', line 23 optional :default_config, -> { Anthropic::Beta::BetaManagedAgentsAgentToolsetDefaultConfigParams }, nil?: true |
#type ⇒ Symbol, Anthropic::Models::Beta::BetaManagedAgentsAgentToolset20260401Params::Type
10 |
# File 'lib/anthropic/models/beta/beta_managed_agents_agent_toolset20260401_params.rb', line 10 required :type, enum: -> { Anthropic::Beta::BetaManagedAgentsAgentToolset20260401Params::Type } |