We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7af922 commit cc3558eCopy full SHA for cc3558e
src/apis/comment.ts
@@ -84,6 +84,7 @@ export async function sendComment(req: {
84
commentsAddDTO: {
85
message: req.message,
86
copilotId: req.operationId,
87
+ fromCommentId: req.fromCommentId,
88
notification: false,
89
},
90
})
0 commit comments