Skip to content

Commit

Permalink
Refactor module header docs slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
imclerran committed Dec 31, 2024
1 parent 5ec2f89 commit 73b1b4f
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 16 deletions.
3 changes: 1 addition & 2 deletions package/Toolkit/FileSystem.roc
Original file line number Diff line number Diff line change
@@ -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!
Expand Down
3 changes: 1 addition & 2 deletions package/Toolkit/OpenWeatherMap.roc
Original file line number Diff line number Diff line change
@@ -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!
Expand Down
3 changes: 1 addition & 2 deletions package/Toolkit/Roc.roc
Original file line number Diff line number Diff line change
@@ -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!
Expand Down
3 changes: 1 addition & 2 deletions package/Toolkit/Serper.roc
Original file line number Diff line number Diff line change
@@ -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!
Expand Down
3 changes: 1 addition & 2 deletions package/Toolkit/UtcTime.roc
Original file line number Diff line number Diff line change
@@ -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!
Expand Down
3 changes: 1 addition & 2 deletions package/Toolkit/Wikipedia.roc
Original file line number Diff line number Diff line change
@@ -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!
Expand Down
3 changes: 1 addition & 2 deletions package/Toolkit/WolframAlpha.roc
Original file line number Diff line number Diff line change
@@ -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!
Expand Down
3 changes: 1 addition & 2 deletions package/Toolkit/WorldTimeApi.roc
Original file line number Diff line number Diff line change
@@ -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!
Expand Down

0 comments on commit 73b1b4f

Please sign in to comment.