LangChain Reference home pageLangChain ReferenceLangChain Reference
  • GitHub
  • Main Docs
Deep Agents
LangChain
LangGraph
Integrations
LangSmith
  • Overview
  • Client
  • AsyncClient
  • Run Helpers
  • Run Trees
  • Evaluation
  • Schemas
  • Utilities
  • Wrappers
  • Anonymizer
  • Testing
  • Expect API
  • Middleware
  • Pytest Plugin
  • Deployment SDK
⌘I

LangChain Assistant

Ask a question to get started

Enter to send•Shift+Enter new line

Menu

OverviewClientAsyncClientRun HelpersRun TreesEvaluationSchemasUtilitiesWrappersAnonymizerTestingExpect APIMiddlewarePytest PluginDeployment SDK
Language
Theme
PythonlangsmithschemasSkillEntry
Class●Since v0.7

SkillEntry

A link to a skill repo.

Copy
SkillEntry()

Bases

BaseModel

Attributes

View source on GitHub
attribute
type: Literal['skill']
attribute
repo_handle: str
attribute
commit_id: Optional[UUID]
attribute
owner: Optional[str]
attribute
commit_hash: Optional[str]

The entry type.

The handle of the linked repo.

The commit ID of the linked repo, if pinned.

The owner of the linked repo.

The commit hash of the linked repo.