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
JavaScriptlangsmithindexFeedback
Interface●Since v0.1

Feedback

Copy
interface Feedback

Bases

FeedbackBase

Properties

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

created_at is when the example was created (RFC3339 date-time).

property
feedback_source: KVMap | APIFeedbackSource | ModelFeedbackSource | null

Feedback from the LangChainPlus App.

property
id: string

id is the dataset example UUID.

property
key: string
property
modified_at: string

modified_at is when the example was last modified (RFC3339 date-time).

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

Inherited fromFeedbackBase

Properties

Pcomment: string | nullPcorrection: string | __type | nullPcreated_at: string
—

created_at is when the example was created (RFC3339 date-time).

Pfeedback_source: AppFeedbackSource | APIFeedbackSource | ModelFeedbackSource | AutoEvalFeedbackSource | null
—

Feedback from the LangChainPlus App.

Pkey: stringPmodified_at: string
—

modified_at is when the example was last modified (RFC3339 date-time).

Prun_id: stringPscore: number | boolean | nullPvalue: number
View source on GitHub