We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8552ea commit 357da7bCopy full SHA for 357da7b
README.md
@@ -222,6 +222,11 @@ args: input: The input
222
echo "${input}"
223
```
224
225
+## Built in Tools
226
+
227
+There are several built in tools to do basic things like read/write files, download http content and execute commands.
228
+Run `gptscript --list-tools` to list all the built-in tools.
229
230
## Examples
231
232
For more examples check out the [examples](examples) directory.
0 commit comments