We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5273840 commit 3a6ff12Copy full SHA for 3a6ff12
1 file changed
langfuse/api/resources/comments/types/create_comment_request.py
@@ -25,7 +25,7 @@ class CreateCommentRequest(pydantic_v1.BaseModel):
25
26
content: str = pydantic_v1.Field()
27
"""
28
- 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.
29
30
31
author_user_id: typing.Optional[str] = pydantic_v1.Field(
0 commit comments