Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
nicarq committed Sep 10, 2024
1 parent 06b7643 commit 743f7a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/shinkai-tool-perplexity/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export class Tool extends BaseTool<Config, Params, Result> {
replacement: function (content, node) {
const element = node as Element;
const href = element.getAttribute('href');
return `[${content}](${href})`;
return `[${href}](${href})`;
},
});
const markdown = turndownService.turndown(htmlContent);
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shinkai_protocol/source",
"version": "0.7.12",
"version": "0.7.13",
"description": "This repository serves as the ecosystem to execute Shinkai tools, provided by the Shinkai team or third-party developers, in a secure environment. It provides a sandboxed space for executing these tools, ensuring that they run safely and efficiently, while also allowing for seamless integration with Rust code.",
"main": "index.js",
"author": "",
Expand Down

0 comments on commit 743f7a6

Please sign in to comment.