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

DatasetListFeedbackParams

Copy
interface DatasetListFeedbackParams

Bases

OffsetPaginationTopLevelArrayParams

Properties

property
has_comment: boolean | null
property
has_score: boolean | null
property
key: string[] | null
property
level: FeedbackLevel | null

Enum for feedback levels.

property
limit: number
property
offset: number
property
run: string[] | null
property
session: string[] | null
property
source: SourceType[] | null
property
user: string[] | null

Inherited fromOffsetPaginationTopLevelArrayParams

Properties

Plimit: numberPoffset: number
View source on GitHub