VersionCreateParams Class — anthropic-sdk-python Architecture
Architecture documentation for the VersionCreateParams class in version_create_params.py from the anthropic-sdk-python codebase.
Entity Profile
Dependency Diagram
graph TD 00147b36_8755_c8f4_79bf_1eeb0afc4bba["VersionCreateParams"] 521d54ec_e832_8d97_7679_0ccfa08c130b["version_create_params.py"] 00147b36_8755_c8f4_79bf_1eeb0afc4bba -->|defined in| 521d54ec_e832_8d97_7679_0ccfa08c130b
Relationship Graph
Source Code
src/anthropic/types/beta/skills/version_create_params.py lines 15–24
class VersionCreateParams(TypedDict, total=False):
files: Optional[SequenceNotStr[FileTypes]]
"""Files to upload for the skill.
All files must be in the same top-level directory and must include a SKILL.md
file at the root of that directory.
"""
betas: Annotated[List[AnthropicBetaParam], PropertyInfo(alias="anthropic-beta")]
"""Optional header to specify the beta version(s) you want to use."""
Domain
Source
Frequently Asked Questions
What is the VersionCreateParams class?
VersionCreateParams is a class in the anthropic-sdk-python codebase, defined in src/anthropic/types/beta/skills/version_create_params.py.
Where is VersionCreateParams defined?
VersionCreateParams is defined in src/anthropic/types/beta/skills/version_create_params.py at line 15.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free