Make prompt construction more disciplined (#173)
* Make prompt construction more disciplined * Clean up * Tweaks
This commit is contained in:
committed by
pullfrog[bot]
parent
54279e313b
commit
210084a3b6
@@ -28,7 +28,6 @@ export function GetIssueCommentsTool(ctx: ToolContext) {
|
||||
id: comment.id,
|
||||
body: comment.body,
|
||||
user: comment.user?.login,
|
||||
author_association: comment.author_association,
|
||||
})),
|
||||
count: comments.length,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user