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

Feedback

Copy
interface Feedback

Bases

FeedbackBase

Properties

Inherited fromFeedbackBase

Properties

Pcomment: string | nullPcorrection: string | __type | nullPcreated_at: stringPfeedback_source: AppFeedbackSource | APIFeedbackSource | ModelFeedbackSource | AutoEvalFeedbackSource | null
—

Feedback from the LangChainPlus App.

View source on GitHub
Pkey: string
Pmodified_at: string
Prun_id: string
Pscore: number | boolean | null
Pvalue: number | __type | null
property
comment: string | null
property
correction: string | object | null
property
created_at: string
property
feedback_source: KVMap | APIFeedbackSource | ModelFeedbackSource | null
property
id: string
property
key: string
property
modified_at: string
property
run_id: string
property
score: ScoreType
property
value: ValueType

Feedback from the LangChainPlus App.