Skip to content

Commit 9aec533

Browse files
committed
CCR feedback
1 parent b2ebd4b commit 9aec533

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/lm/tools/activePullRequestTool.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -86,14 +86,6 @@ export abstract class PullRequestTool implements vscode.LanguageModelTool<FetchI
8686
})),
8787
};
8888
}),
89-
comments: pullRequest.comments.map(comment => {
90-
return {
91-
author: comment.user?.login,
92-
body: comment.body,
93-
commentState: comment.isResolved ? 'resolved' : 'unresolved',
94-
file: comment.path
95-
};
96-
}),
9789
timelineComments: reviewAndCommentEvents.map(event => {
9890
return {
9991
author: event.user?.login,

0 commit comments

Comments
 (0)