You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/03-tools/02-authoring.md
-12
Original file line number
Diff line number
Diff line change
@@ -90,15 +90,3 @@ Here are the supported languages and examples of tools written in those language
90
90
|`Python`|[Image Generation](https://github.com/gptscript-ai/dalle-image-generation) - Generate images based on a prompt |
91
91
|`Node.js`|[Vision](https://github.com/gptscript-ai/gpt4-v-vision) - Analyze and interpret images |
92
92
|`Golang`|[Search](https://github.com/gptscript-ai/search) - Use various providers to search the internet |
93
-
94
-
95
-
## Automatic Documentation
96
-
97
-
Each GPTScript tool is self-documented using the `tool.gpt` file.
98
-
You can automatically generate documentation for your tools by visiting `https://tools.gptscript.ai/<github repo url>`.
99
-
This documentation site allows others to easily search and explore the tools that have been created.
100
-
101
-
You can add more information about how to use your tool by adding an `examples` directory to your repository and adding a collection of `.gpt` files that demonstrate how to use your tool.
102
-
These examples will be automatically included in the documentation.
103
-
104
-
For more information and to explore existing tools, visit [tools.gptscript.ai](https://tools.gptscript.ai).
0 commit comments