LangChain Reference home pageLangChain ReferenceLangChain Reference
  • GitHub
  • Main Docs
Deep Agents
LangChain
LangGraph
Integrations
LangSmith
  • Overview
  • Client
  • AsyncClient
  • Run Helpers
  • Run Trees
  • Evaluation
  • Schemas
  • Utilities
  • Wrappers
  • Anonymizer
  • Testing
  • Expect API
  • Middleware
  • Pytest Plugin
  • Deployment SDK
⌘I

LangChain Assistant

Ask a question to get started

Enter to send•Shift+Enter new line

Menu

OverviewClientAsyncClientRun HelpersRun TreesEvaluationSchemasUtilitiesWrappersAnonymizerTestingExpect APIMiddlewarePytest PluginDeployment SDK
Language
Theme
PythonlangsmithschemasFeedbackFormula
Class●Since v0.4

FeedbackFormula

Copy
FeedbackFormula()

Bases

FeedbackFormulaCreate

Attributes

Inherited fromFeedbackFormulaCreate

Attributes

Adataset_id: Optional[UUID]Asession_id: Optional[UUID]Afeedback_key: strAaggregation_type: Literal['sum', 'avg']
View source on GitHub
A
formula_parts
: list[FeedbackFormulaWeightedVariable]

Inherited fromBaseModel

Attributes

Amodel_fields_set: set[str]Amodel_config: ConfigDictAmodel_construct: construct

Methods

Mto_dict
—

Recursively generate a dictionary representation of the model, optionally specifying which fields to include or exclude.

Mto_json
—

Generates a JSON string representing this model as it would be received from or sent to the API (but with indentation).

MconstructMmodel_dump
—

Usage docs: https://docs.pydantic.dev/2.4/concepts/serialization/#modelmodel_dump

Mmodel_dump_json
—

Usage docs: https://docs.pydantic.dev/2.4/concepts/serialization/#modelmodel_dump_json

Classes

CConfig
attribute
id: UUID
attribute
created_at: datetime
attribute
modified_at: datetime

Schema for getting feedback formulas.

.. admonition:: Deprecated

Composite feedback formulas are no longer supported in the SDK.
Add composite feedback scores via the LangSmith UI instead. This
schema is retained only for backwards compatibility and will be
removed in a future release.