From df0283b16c714b40e5a5a68efcfe141feba2c863 Mon Sep 17 00:00:00 2001 From: Thorsten Klein Date: Wed, 11 Sep 2024 21:52:59 +0200 Subject: [PATCH] chore: upgrade knowledge tool to have tool fix to properly parse the json output --- actions/knowledge/util.ts | 2 +- scripts/install-binary.mjs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/actions/knowledge/util.ts b/actions/knowledge/util.ts index b17e1aa..5c88462 100644 --- a/actions/knowledge/util.ts +++ b/actions/knowledge/util.ts @@ -1,5 +1,5 @@ export function gatewayTool(): string { - return 'github.com/gptscript-ai/knowledge/gateway@v0.4.14-rc.3'; + return 'github.com/gptscript-ai/knowledge/gateway@v0.4.14-rc.5'; } // This is a bit hacky because we need to make sure that the knowledge tool is updated to the latest version. diff --git a/scripts/install-binary.mjs b/scripts/install-binary.mjs index ac9113c..3caa3a9 100644 --- a/scripts/install-binary.mjs +++ b/scripts/install-binary.mjs @@ -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 = {