Skip to content

Commit

Permalink
chore: upgrade knowledge tool to have tool fix to properly parse the …
Browse files Browse the repository at this point in the history
…json output (#499)
  • Loading branch information
iwilltry42 authored Sep 11, 2024
1 parent 6d95a22 commit 8809ed1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion actions/knowledge/util.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export function gatewayTool(): string {
return 'github.com/gptscript-ai/knowledge/[email protected].3';
return 'github.com/gptscript-ai/knowledge/[email protected].5';
}

// This is a bit hacky because we need to make sure that the knowledge tool is updated to the latest version.
Expand Down
2 changes: 1 addition & 1 deletion scripts/install-binary.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ if (process.platform === 'win32') {
const gptscript_info = {
name: 'gptscript',
url: 'https://github.com/gptscript-ai/knowledge/releases/download/',
version: 'v0.4.14-rc.3',
version: 'v0.4.14-rc.5',
};

const pltfm = {
Expand Down

0 comments on commit 8809ed1

Please sign in to comment.