diff --git a/package/Toolkit/FileSystem.roc b/package/Toolkit/FileSystem.roc index 11edea0..6728d4e 100644 --- a/package/Toolkit/FileSystem.roc +++ b/package/Toolkit/FileSystem.roc @@ -1,7 +1,6 @@ ## A collection of prebuilt tools for interacting with the file system. For safety reasons, the tools in this module are limited to working in the current working directory and its subdirectories. -## -## Usage: ## ``` +## # USAGE: ## # Tool list to initialize the client ## tools = [listDirectory, listFileTree, readFileContents, writeFileContents ] ## # Tool handler map is passed to Tools.handleToolCalls! diff --git a/package/Toolkit/OpenWeatherMap.roc b/package/Toolkit/OpenWeatherMap.roc index 5a3f218..d8889dc 100644 --- a/package/Toolkit/OpenWeatherMap.roc +++ b/package/Toolkit/OpenWeatherMap.roc @@ -1,7 +1,6 @@ ## A collection of prebuilt tools for interacting with the OpenWeatherMap API. -## -## Usage: ## ``` +## # USAGE: ## # Tool list to initialize the client ## tools = [geocoding, currentWeather] ## # Tool handler map is passed to Tools.handleToolCalls! diff --git a/package/Toolkit/Roc.roc b/package/Toolkit/Roc.roc index 3317748..b6dca91 100644 --- a/package/Toolkit/Roc.roc +++ b/package/Toolkit/Roc.roc @@ -1,7 +1,6 @@ ## A collection of prebuilt tools for interacting with the Roc programming language CLI. -## -## Usage: ## ``` +## # USAGE: ## # Tool list to initialize the client ## tools = [roc, rocCheck, rocTest, rocStart] ## # Tool handler map is passed to Tools.handleToolCalls! diff --git a/package/Toolkit/Serper.roc b/package/Toolkit/Serper.roc index 1b8b21a..7849962 100644 --- a/package/Toolkit/Serper.roc +++ b/package/Toolkit/Serper.roc @@ -1,7 +1,6 @@ ## A prebuilt tool for interacting with the serper.dev google search API. -## -## Usage: ## ``` +## # USAGE: ## # Tool list to initialize the client ## tools = [serper] ## # Tool handler map is passed to Tools.handleToolCalls! diff --git a/package/Toolkit/UtcTime.roc b/package/Toolkit/UtcTime.roc index 01e1d7f..567dff9 100644 --- a/package/Toolkit/UtcTime.roc +++ b/package/Toolkit/UtcTime.roc @@ -1,7 +1,6 @@ ## A prebuilt tool for getting the current UTC time. -## -## Usage: ## ``` +## # USAGE: ## # Tool list to initialize the client ## tools = [utcNow] ## # Tool handler map is passed to Tools.handleToolCalls! diff --git a/package/Toolkit/Wikipedia.roc b/package/Toolkit/Wikipedia.roc index ce4a662..eab0e9a 100644 --- a/package/Toolkit/Wikipedia.roc +++ b/package/Toolkit/Wikipedia.roc @@ -1,7 +1,6 @@ ## A collection of prebuilt tools for interacting with Wikipedia. -## -## Usage: ## ``` +## # USAGE: ## # Tool list to initialize the client ## tools = [wikipediaSearch, wikipediaParse] ## # Tool handler map is passed to Tools.handleToolCalls! diff --git a/package/Toolkit/WolframAlpha.roc b/package/Toolkit/WolframAlpha.roc index 5620475..c755b1b 100644 --- a/package/Toolkit/WolframAlpha.roc +++ b/package/Toolkit/WolframAlpha.roc @@ -1,7 +1,6 @@ ## A prebuilt tool for interacting with Wolfram Alpha. -## -## Usage: ## ``` +## # USAGE: ## # Tool list to initialize the client ## tools = [wolframShortAnswer] ## # Tool handler map is passed to Tools.handleToolCalls! diff --git a/package/Toolkit/WorldTimeApi.roc b/package/Toolkit/WorldTimeApi.roc index b3ae4be..e165c95 100644 --- a/package/Toolkit/WorldTimeApi.roc +++ b/package/Toolkit/WorldTimeApi.roc @@ -1,7 +1,6 @@ ## A prebuilt tool for interacting with the WorldTimeApi. -## -## Usage: ## ``` +## # USAGE: ## # Tool list to initialize the client ## tools = [currentTime] ## # Tool handler map is passed to Tools.handleToolCalls!