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
PythonlangsmithschemasListedPromptCommit
Classā—Since v0.1

ListedPromptCommit

Represents a listed prompt commit with associated metadata.

Copy
ListedPromptCommit()

Bases

BaseModel

Attributes

View source on GitHub
attribute
id: UUID
attribute
owner: str
attribute
repo: str
attribute
manifest_id: Optional[UUID]
attribute
repo_id: Optional[UUID]
attribute
parent_id: Optional[UUID]
attribute
commit_hash: Optional[str]
attribute
created_at: Optional[datetime]
attribute
updated_at: Optional[datetime]
attribute
example_run_ids: Optional[list[UUID]]
attribute
num_downloads: Optional[int]
attribute
num_views: Optional[int]
attribute
parent_commit_hash: Optional[str]
attribute
description: Optional[str]

The unique identifier for the prompt commit.

The owner of the prompt commit.

The repository name of the prompt commit.

The optional identifier for the manifest associated with this commit.

The optional identifier for the repository.

The optional identifier for the parent commit.

The optional hash of the commit.

The optional timestamp when the commit was created.

The optional timestamp when the commit was last updated.

A list of example run identifiers associated with this commit.

The number of times this commit has been downloaded.

The number of times this commit has been viewed.

The optional hash of the parent commit.

Optional human-readable description for the commit.