pub async fn comments_create(
configuration: &Configuration,
create_comment_request: CreateCommentRequest,
) -> Result<CreateCommentResponse, Error<CommentsCreateError>>Expand description
Create a comment. Comments may be attached to different object types (trace, observation, session, prompt).