Class CommentsClient
java.lang.Object
com.langfuse.client.resources.comments.CommentsClient
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(CreateCommentRequest request) Create a comment.create(CreateCommentRequest request, RequestOptions requestOptions) Create a comment.get()Get all commentsget(RequestOptions requestOptions) Get all commentsget(GetCommentsRequest request) Get all commentsget(GetCommentsRequest request, RequestOptions requestOptions) Get all commentsGet a comment by idgetById(String commentId, RequestOptions requestOptions) Get a comment by idGet responses with HTTP metadata like headers
-
Field Details
-
clientOptions
-
-
Constructor Details
-
CommentsClient
-
-
Method Details
-
withRawResponse
Get responses with HTTP metadata like headers -
create
Create a comment. Comments may be attached to different object types (trace, observation, session, prompt). -
create
Create a comment. Comments may be attached to different object types (trace, observation, session, prompt). -
get
Get all comments -
get
Get all comments -
get
Get all comments -
get
Get all comments -
getById
Get a comment by id -
getById
Get a comment by id
-