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

FeedbackCreateParams

Copy
interface FeedbackCreateParams

Properties

property
comment: string | null
property
comparative_experiment_id: string | null
property
correction: string | __type | null
property
created_at: string
property
error: boolean | null

JSON body of the response that caused the error

property
feedback_config: FeedbackConfig | null
property
feedback_group_id: string | null
property
feedback_source: AppFeedbackSource | APIFeedbackSource | ModelFeedbackSource | AutoEvalFeedbackSource | null

Feedback from the LangChainPlus App.

property
id: string
property
key: string
property
modified_at: string
property
run_id: string | null
property
score: number | boolean | null
property
value: string | number | boolean | __type | null
deprecatedproperty
session_id: string | null
deprecatedproperty
start_time: string | null
deprecatedproperty
trace_id: string | null
View source on GitHub