Module: Anthropic::Models::Beta::BetaCodeExecutionTool20250522::AllowedCaller
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/anthropic/models/beta/beta_code_execution_tool_20250522.rb
Constant Summary collapse
- DIRECT =
:direct- CODE_EXECUTION_20250825 =
:code_execution_20250825
Instance Method Summary collapse
-
#initialize(allowed_callers: nil, cache_control: nil, defer_loading: nil, strict: nil, name: :code_execution, type: :code_execution_20250522) ⇒ void
Some parameter documentations has been truncated, see Anthropic::Models::Beta::BetaCodeExecutionTool20250522 for more details.
Methods included from Internal::Type::Enum
==, ===, coerce, dump, hash, inspect, to_sorbet_type, 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
#initialize(allowed_callers: nil, cache_control: nil, defer_loading: nil, strict: nil, name: :code_execution, type: :code_execution_20250522) ⇒ void
Some parameter documentations has been truncated, see Anthropic::Models::Beta::BetaCodeExecutionTool20250522 for more details.
60 61 62 63 64 65 66 67 68 |
# File 'lib/anthropic/models/beta/beta_code_execution_tool_20250522.rb', line 60 module AllowedCaller extend Anthropic::Internal::Type::Enum DIRECT = :direct CODE_EXECUTION_20250825 = :code_execution_20250825 # @!method self.values # @return [Array<Symbol>] end |