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

updateFeedbackConfig

Update a feedback configuration on the LangSmith API.

Copy
updateFeedbackConfig(feedbackKey: string, options: __type = {}): Promise<FeedbackConfigSchema>

Parameters

NameTypeDescription
feedbackKey*string

The key of the feedback config to update

options__type
Default:{}

The options for updating the feedback config

View source on GitHub