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

list_feedback_formulas

Copy
list_feedback_formulas(
  self,
  *,
  dataset_id: Optional[ID_TYPE] = None,
  session_id: Optional
View source on GitHub
[
ID_TYPE
]
=
None
,
limit
:
Optional
[
int
]
=
None
,
offset
:
int
=
0
)
->
Iterator
[
ls_schemas
.
FeedbackFormula
]

Parameters

NameTypeDescription
dataset_idOptional[Union[UUID, str]]
Default:None

The ID of the dataset to filter by.

session_idOptional[Union[UUID, str]]
Default:None
limitOptional[int]
Default:None
offsetint
Default:0

List feedback formulas.

The ID of the session to filter by.

The maximum number of feedback formulas to return.

The starting offset for pagination.