Module: Anthropic::Models::BetaWebFetchToolResultErrorCode::Beta::BetaWebFetchToolResultErrorCode
- Extended by:
- Internal::Type::Enum
- Defined in:
- sig/anthropic/models/beta/beta_web_fetch_tool_result_error_code.rbs
Constant Summary collapse
- INVALID_TOOL_INPUT =
- URL_TOO_LONG =
- URL_NOT_ALLOWED =
- URL_NOT_IN_PRIOR_CONTEXT =
- URL_NOT_ACCESSIBLE =
- UNSUPPORTED_CONTENT_TYPE =
- TOO_MANY_REQUESTS =
- MAX_USES_EXCEEDED =
- UNAVAILABLE =
Instance Method Summary collapse
Methods included from Internal::Type::Enum
==, ===, coerce, dump, hash, inspect, to_sorbet_type, values, values
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Instance Method Details
#self?.values ⇒ ::Array[Anthropic::Models::Beta::beta_web_fetch_tool_result_error_code]
30 |
# File 'sig/anthropic/models/beta/beta_web_fetch_tool_result_error_code.rbs', line 30
def self?.values: -> ::Array[Anthropic::Models::Beta::beta_web_fetch_tool_result_error_code]
|