Home / Class/ BetaSkillParams Class — anthropic-sdk-python Architecture

BetaSkillParams Class — anthropic-sdk-python Architecture

Architecture documentation for the BetaSkillParams class in beta_skill_params.py from the anthropic-sdk-python codebase.

Entity Profile

Dependency Diagram

graph TD
  a48185c7_01db_99fe_bb37_5fe7cfb3c575["BetaSkillParams"]
  0afee529_42ab_1c23_3145_9dc848323aef["beta_skill_params.py"]
  a48185c7_01db_99fe_bb37_5fe7cfb3c575 -->|defined in| 0afee529_42ab_1c23_3145_9dc848323aef

Relationship Graph

Source Code

src/anthropic/types/beta/beta_skill_params.py lines 10–20

class BetaSkillParams(TypedDict, total=False):
    """Specification for a skill to be loaded in a container (request model)."""

    skill_id: Required[str]
    """Skill ID"""

    type: Required[Literal["anthropic", "custom"]]
    """Type of skill - either 'anthropic' (built-in) or 'custom' (user-defined)"""

    version: str
    """Skill version or 'latest' for most recent version"""

Frequently Asked Questions

What is the BetaSkillParams class?
BetaSkillParams is a class in the anthropic-sdk-python codebase, defined in src/anthropic/types/beta/beta_skill_params.py.
Where is BetaSkillParams defined?
BetaSkillParams is defined in src/anthropic/types/beta/beta_skill_params.py at line 10.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free