Class: Anthropic::Models::Beta::BetaWebSearchResultBlockParam
Instance Attribute Summary collapse
Method Summary
#==, ==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, #initialize, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
#coerce, coerce, #dump, dump, inspect, #inspect, meta_info, new_coerce_state, type_info
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Instance Attribute Details
#encrypted_content ⇒ String
10
|
# File 'lib/anthropic/models/beta/beta_web_search_result_block_param.rb', line 10
required :encrypted_content, String
|
#page_age ⇒ String?
30
|
# File 'lib/anthropic/models/beta/beta_web_search_result_block_param.rb', line 30
optional :page_age, String, nil?: true
|
#title ⇒ String
15
|
# File 'lib/anthropic/models/beta/beta_web_search_result_block_param.rb', line 15
required :title, String
|
#type ⇒ Symbol, :web_search_result
20
|
# File 'lib/anthropic/models/beta/beta_web_search_result_block_param.rb', line 20
required :type, const: :web_search_result
|
#url ⇒ String
25
|
# File 'lib/anthropic/models/beta/beta_web_search_result_block_param.rb', line 25
required :url, String
|