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
  • Traceable
  • Jestlike
  • Vercel
  • Anthropic
  • Sandbox
⌘I

LangChain Assistant

Ask a question to get started

Enter to send•Shift+Enter new line

Menu

LangSmith
ClientRun TreesTraceableEvaluationSchemasLangchainJestVitestWrappersAnonymizerTraceableJestlikeVercelAnthropicSandbox
Language
Theme
JavaScriptlangsmithschemasPrompt
Interface●Since v0.1

Prompt

Copy
interface Prompt

Properties

property
created_at: string

Timestamp when the sandbox was created.

property
description: string
property
full_name: string
property
id: string

Unique identifier (UUID). Remains constant even if name changes.

property
is_archived: boolean
property
is_public: boolean
property
last_commit_hash: string
property
liked_by_auth_user: boolean
property
num_commits: number
property
num_downloads: number
property
num_likes: number
property
num_views: number
property
original_repo_full_name: string
property
original_repo_id: string
property
owner: string
property
readme: string
property
repo_handle: string
property
tags: string[]

Tags for further categorizing or annotating the run.

property
tenant_id: string

The ID of the tenant associated with the annotation queue.

property
updated_at: string

Timestamp when the sandbox was last updated.

property
upstream_repo_full_name: string
property
upstream_repo_id: string
View source on GitHub