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(