LangChain Reference home pageLangChain ReferenceLangChain Reference
  • GitHub
  • Main Docs
Deep Agents
LangChain
LangGraph
Integrations
LangSmith
LangSmith
  • Client
  • Run Trees
  • Traceable
  • Evaluation
  • Schemas
  • Langchain
  • Jest
  • Vitest
  • Wrappers
  • Anonymizer
  • Jestlike
  • Vercel
  • Anthropic
  • Sandbox
⌘I

LangChain Assistant

Ask a question to get started

Enter to send•Shift+Enter new line

Menu

LangSmith
ClientRun TreesTraceableEvaluationSchemasLangchainJestVitestWrappersAnonymizerJestlikeVercelAnthropicSandbox
Language
Theme
JavaScriptlangsmithschemasPromptCommit
Interface●Since v0.1

PromptCommit

Copy
interface PromptCommit

Properties

View source on GitHub
property
commit_hash: string
property
description: string
property
examples: Record<any, any>[]
property
hub_model_config: Record<string, any>
property
hub_model_provider: string
property
manifest: Record<string, any>
property
owner: string
property
repo: string

The commit hash.

The model configuration for the prompt.

The model provider (e.g. ChatOpenAI)

manifest is the serialized configuration of the traced component (for example the model parameters, prompt template, or pipeline definition), when recorded.