From 627ce93b0079afd4888b01d2bc8f2628525c8e21 Mon Sep 17 00:00:00 2001 From: langfuse-bot Date: Thu, 23 Oct 2025 13:55:12 +0000 Subject: [PATCH] feat(api): update API spec from langfuse/langfuse 258cc51 --- langfuse/api/resources/comments/types/create_comment_request.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/langfuse/api/resources/comments/types/create_comment_request.py b/langfuse/api/resources/comments/types/create_comment_request.py index 9ba6081ee..3c35c64e2 100644 --- a/langfuse/api/resources/comments/types/create_comment_request.py +++ b/langfuse/api/resources/comments/types/create_comment_request.py @@ -25,7 +25,7 @@ class CreateCommentRequest(pydantic_v1.BaseModel): content: str = pydantic_v1.Field() """ - The content of the comment. May include markdown. Currently limited to 3000 characters. + The content of the comment. May include markdown. Currently limited to 5000 characters. """ author_user_id: typing.Optional[str] = pydantic_v1.Field(