Class: Anthropic::Models::Beta::BetaManagedAgentsWebSearchToolConfigParams

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/anthropic/models/beta/beta_managed_agents_web_search_tool_config_params.rb,
sig/anthropic/models/beta/beta_managed_agents_web_search_tool_config_params.rbs

Defined Under Namespace

Modules: PermissionPolicy, Type

Instance Attribute Summary collapse

Instance Method Summary collapse

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(allowed_domains: nil, blocked_domains: nil, enabled: nil, permission_policy: nil, type: nil, user_location: nil, name: :web_search) ⇒ Object

Configuration override for the web_search tool.

Some parameter documentations has been truncated, see Anthropic::Models::Beta::BetaManagedAgentsWebSearchToolConfigParams for more details.

Parameters:



# File 'lib/anthropic/models/beta/beta_managed_agents_web_search_tool_config_params.rb', line 57

Instance Attribute Details

#allowed_domainsArray<String>?

Only return search results whose host is one of these domains or a subdomain of one. Each entry is a plain hostname like "docs.example.com" (no scheme or port; an optional path suffix is accepted). At most 64 entries; an empty list is rejected (omit the field instead). Cannot be combined with blocked_domains.

Parameters:

  • (::Array[String])

Returns:

  • (Array<String>, nil)


20
# File 'lib/anthropic/models/beta/beta_managed_agents_web_search_tool_config_params.rb', line 20

optional :allowed_domains, Anthropic::Internal::Type::ArrayOf[String]

#blocked_domainsArray<String>?

Never return search results whose host is one of these domains or a subdomain of one. Each entry is a plain hostname like "ads.example.com" (no scheme or port; an optional path suffix is accepted). At most 64 entries; an empty list is rejected (omit the field instead). Cannot be combined with allowed_domains.

Parameters:

  • (::Array[String])

Returns:

  • (Array<String>, nil)


29
# File 'lib/anthropic/models/beta/beta_managed_agents_web_search_tool_config_params.rb', line 29

optional :blocked_domains, Anthropic::Internal::Type::ArrayOf[String]

#enabledBoolean?

Whether this tool is enabled and available to Claude. Overrides the default_config setting.

Parameters:

Returns:



36
# File 'lib/anthropic/models/beta/beta_managed_agents_web_search_tool_config_params.rb', line 36

optional :enabled, Anthropic::Internal::Type::Boolean, nil?: true

#nameSymbol, :web_search

Must be "web_search".

Parameters:

  • value (:web_search)

Returns:

  • (Symbol, :web_search)


11
# File 'lib/anthropic/models/beta/beta_managed_agents_web_search_tool_config_params.rb', line 11

required :name, const: :web_search

#permission_policyAnthropic::Models::Beta::BetaManagedAgentsAlwaysAllowPolicy, ...

Permission policy for tool execution.

Parameters:

  • value (Anthropic::Models::Beta::BetaManagedAgentsWebSearchToolConfigParams::permission_policy, nil)

Returns:



42
43
44
# File 'lib/anthropic/models/beta/beta_managed_agents_web_search_tool_config_params.rb', line 42

optional :permission_policy,
union: -> { Anthropic::Beta::BetaManagedAgentsWebSearchToolConfigParams::PermissionPolicy },
nil?: true

#typeSymbol, ...



49
# File 'lib/anthropic/models/beta/beta_managed_agents_web_search_tool_config_params.rb', line 49

optional :type, enum: -> { Anthropic::Beta::BetaManagedAgentsWebSearchToolConfigParams::Type }

#user_locationAnthropic::Models::Beta::BetaManagedAgentsUserLocation?

Approximate user location for search result localization.

Parameters:

  • value (Anthropic::Beta::BetaManagedAgentsUserLocation, nil)

Returns:



55
# File 'lib/anthropic/models/beta/beta_managed_agents_web_search_tool_config_params.rb', line 55

optional :user_location, -> { Anthropic::Beta::BetaManagedAgentsUserLocation }, nil?: true

Instance Method Details

#to_hash{

Returns:

  • ({)


50
# File 'sig/anthropic/models/beta/beta_managed_agents_web_search_tool_config_params.rbs', line 50

def to_hash: -> {