From 73feec5810aa85dde8969670900c7c04084b9b52 Mon Sep 17 00:00:00 2001 From: Craig Jellick Date: Sat, 3 Aug 2024 07:41:41 -0700 Subject: [PATCH] Delete tool.gpt --- tool.gpt | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 tool.gpt diff --git a/tool.gpt b/tool.gpt deleted file mode 100644 index 3b3ad5f..0000000 --- a/tool.gpt +++ /dev/null @@ -1,12 +0,0 @@ -name: tool-search -tools: sys.http.get -description: Finds a tool that matches the prompt provided, if one exists. -args: prompt: Prompt that describes a tool to be found - -Do each of the following one after the other. -1. Go to "https://tools.gptscript.ai/api/search?page=-1". DO NOT CHANGE THIS URL IN ANY WAY. -2. From the response, look for a tool that is described by ${prompt}. -3. Return a list of names and URLs for each tool you find. Each URL should be in - the form of https://tools.gptscript.ai/{github url without https://}. If more than one - result comes from the same array then just bundle them together under then name of the - first tool in the array.