Skip to content

Commit

Permalink
๐Ÿ“ Update README file with project description.
Browse files Browse the repository at this point in the history
  • Loading branch information
johannli committed Jun 19, 2023
1 parent 57b86b8 commit 82ee1ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The repo provides the following tools you can use out of the box:
- ๐Ÿงฎ Calculator: A simple calculator that can do basic arithmetic. Input should be a math expression.
- ๐Ÿ” GoogleCustomSearch: A wrapper around the Google Custom Search API. Useful for when you need to answer questions about current events. Input should be a search query.
- ๐Ÿ“ fs: WriteFileTool abd ReadFileTool access to the file system. Input should be a file path and text written to the file.
- ๐Ÿšง JavaScriptInterpreter: A JavaScript interpreter. Input should be a JavaScript program string.
- ๐Ÿ”ฅ JavaScriptInterpreter: A JavaScript interpreter. Input should be a JavaScript program string.
- ๐Ÿšง webbrowser: A web browser that can open a website. Input should be a URL.
- ๐Ÿšง sql: Input to this tool is a detailed and correct SQL query, output is a result from the database.

Expand Down

0 comments on commit 82ee1ac

Please sign in to comment.