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
JavaScriptlangsmith_openapi_clientresourcesFeedbackCreateCoreSchema
Interface●Since v0.8

FeedbackCreateCoreSchema

Copy
interface FeedbackCreateCoreSchema

Properties

View source on GitHub
property
comment: string | null
property
comparative_experiment_id: string | null
property
correction: string | __type | null
property
created_at: string
property
extra: __type | null
property
feedback_config: FeedbackConfig | null
property
feedback_group_id: string | null
property
feedback_source: AppFeedbackSource | APIFeedbackSource | ModelFeedbackSource | AutoEvalFeedbackSource | null
property
id: string
property
key: string
property
modified_at: string
property
score: number | boolean | null
property
value: string | number | boolean | __type | null

Schema used for creating feedback without run id or session id.

comparative_experiment_id scopes pairwise-annotation feedback (optional).

Feedback from the LangChainPlus App.