Add parrot

This commit is contained in:
Colin McDonnell
2025-11-19 16:52:11 -08:00
parent f765a0878d
commit b05d1bfc53
3 changed files with 14 additions and 6 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ export const CreateWorkingCommentTool = tool({
owner: ctx.owner,
repo: ctx.name,
issue_number: issueNumber,
body: intent,
body: `${intent} <img src="https://pullfrog.ai/party-parrot.gif" width="14px" height="14px" style="vertical-align: middle; margin-left: 4px;" />`,
});
workingCommentId = result.data.id;