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
JavaScriptlangsmithclientClientcreateFeedbackConfig
Method●Since v0.7

createFeedbackConfig

Create a feedback configuration on the LangSmith API.

This upserts: if an identical config already exists, it returns it. If a conflicting config exists for the same key, a 400 error is raised.

Copy
createFeedbackConfig(options: __type): Promise<FeedbackConfigSchema>

Parameters

NameTypeDescription
options*__type

The options for creating a feedback config

View source on GitHub