Skip to content

Commit 3a6ff12

Browse files
langfuse-botlangfuse-bot
andauthored
feat(api): update API spec from langfuse/langfuse 258cc51 (#1420)
Co-authored-by: langfuse-bot <[email protected]>
1 parent 5273840 commit 3a6ff12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

langfuse/api/resources/comments/types/create_comment_request.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class CreateCommentRequest(pydantic_v1.BaseModel):
2525

2626
content: str = pydantic_v1.Field()
2727
"""
28-
The content of the comment. May include markdown. Currently limited to 3000 characters.
28+
The content of the comment. May include markdown. Currently limited to 5000 characters.
2929
"""
3030

3131
author_user_id: typing.Optional[str] = pydantic_v1.Field(

0 commit comments

Comments
 (0)