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
JavaScriptlangsmithschemasFeedbackCreate
Interface●Since v0.0

FeedbackCreate

Copy
interface FeedbackCreate

Bases

FeedbackBase

Properties

property
comment: string | null
property
correction: string | object | null
property
created_at: string

Timestamp when the sandbox was created.

property
feedback_source: KVMap | APIFeedbackSource | ModelFeedbackSource | null
property
id: string

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

property
key: string
property
modified_at: string
property
run_id: string
property
score: ScoreType
property
value: ValueType

Inherited fromFeedbackBase

Properties

Pcomment: stringPcorrection: Record<string, unknown>Pcreated_at: string
—

Timestamp when the sandbox was created.

Pfeedback_source: KVMap | APIFeedbackSource | ModelFeedbackSource | nullPkey: stringPmodified_at: stringPrun_id: stringPscore: ScoreTypePvalue: string
View source on GitHub