Update langchain/client/models.py

Co-authored-by: Eugene Yurtsev <eyurtsev@gmail.com>
This commit is contained in:
Zander Chase
2023-05-24 03:50:36 +00:00
committed by GitHub
parent 9182b0e140
commit 014839f4c3

View File

@@ -151,7 +151,7 @@ class Feedback(FeedbackBase):
class ListFeedbackQueryParams(BaseModel):
"""Query Params for listing feedbacks."""
run: Optional[List[UUID]] = None
run: Optional[Sequence[UUID]] = None
limit: int = 100
offset: int = 0