Skip to content

Commit

Permalink
chore: updated manifest.json and dist build
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 9, 2025
1 parent 3002329 commit b9d7df5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -38449,6 +38449,9 @@
const ie = C[1];
try {
const C = JSON.parse(ie);
if (C.tool === "writeFile" && C.args.content && typeof C.args.content === "object") {
C.args.content = JSON.stringify(C.args.content, null, 2);
}
const Ge = yield this._executeToolRequest(C, P);
oe = oe.replace(q, "```result\n" + JSON.stringify(Ge, null, 2) + "\n```");
} catch (C) {
Expand Down

0 comments on commit b9d7df5

Please sign in to comment.