Home / File/ version_create_response.py — anthropic-sdk-python Source File

version_create_response.py — anthropic-sdk-python Source File

Architecture documentation for version_create_response.py, a python file in the anthropic-sdk-python codebase. 1 imports, 1 dependents.

File python AnthropicClient 1 imports 1 dependents 1 classes

Entity Profile

Dependency Diagram

graph LR
  1d17d18b_088c_c047_776c_b4ca029bad8c["version_create_response.py"]
  409a13a7_e9ce_a023_bf28_fc6fc8984554["_models"]
  1d17d18b_088c_c047_776c_b4ca029bad8c --> 409a13a7_e9ce_a023_bf28_fc6fc8984554
  1de90a07_b143_1e91_2773_5e539b4188d5["__init__.py"]
  1de90a07_b143_1e91_2773_5e539b4188d5 --> 1d17d18b_088c_c047_776c_b4ca029bad8c
  style 1d17d18b_088c_c047_776c_b4ca029bad8c fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

from ...._models import BaseModel

__all__ = ["VersionCreateResponse"]


class VersionCreateResponse(BaseModel):
    id: str
    """Unique identifier for the skill version.

    The format and length of IDs may change over time.
    """

    created_at: str
    """ISO 8601 timestamp of when the skill version was created."""

    description: str
    """Description of the skill version.

    This is extracted from the SKILL.md file in the skill upload.
    """

    directory: str
    """Directory name of the skill version.

    This is the top-level directory name that was extracted from the uploaded files.
    """

    name: str
    """Human-readable name of the skill version.

    This is extracted from the SKILL.md file in the skill upload.
    """

    skill_id: str
    """Identifier for the skill that this version belongs to."""

    type: str
    """Object type.

    For Skill Versions, this is always `"skill_version"`.
    """

    version: str
    """Version identifier for the skill.

    Each version is identified by a Unix epoch timestamp (e.g., "1759178010641129").
    """

Dependencies

  • _models

Frequently Asked Questions

What does version_create_response.py do?
version_create_response.py is a source file in the anthropic-sdk-python codebase, written in python. It belongs to the AnthropicClient domain.
What does version_create_response.py depend on?
version_create_response.py imports 1 module(s): _models.
What files import version_create_response.py?
version_create_response.py is imported by 1 file(s): __init__.py.
Where is version_create_response.py in the architecture?
version_create_response.py is located at src/anthropic/types/beta/skills/version_create_response.py (domain: AnthropicClient, directory: src/anthropic/types/beta/skills).

Analyze Your Own Codebase

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

Try Supermodel Free