Module: Anthropic::Models::Beta::BetaSkillSource::Type

Extended by:
Internal::Type::Enum
Defined in:
lib/anthropic/models/beta/beta_skill_source.rb,
sig/anthropic/models/beta/beta_skill_source.rbs

Overview

Where the Skill comes from.

Possible values:

  • "custom": authored by the platform user; private to their workspace
  • "anthropic": published by Anthropic; shared and read-only
  • "anthropic_example": Anthropic-published sample Skill
  • "plugin": resolved from an installed plugin

See Also:

  • Anthropic::Models::Beta::BetaSkillSource#type

Constant Summary collapse

CUSTOM =

Returns:

  • (:custom)
:custom
ANTHROPIC =

Returns:

  • (:anthropic)
:anthropic
ANTHROPIC_EXAMPLE =

Returns:

  • (:anthropic_example)
:anthropic_example
PLUGIN =

Returns:

  • (:plugin)
:plugin

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::BetaSkillSource::type_]

Returns:

  • (::Array[Anthropic::Models::Beta::BetaSkillSource::type_])


30
# File 'sig/anthropic/models/beta/beta_skill_source.rbs', line 30

def self?.values: -> ::Array[Anthropic::Models::Beta::BetaSkillSource::type_]