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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ Args: url: The URL of the webpage.
37
37
```
38
38
39
39
:::tip
40
-
Every arg becomes an environment variable when the tool is invoked. So instead of accepting args using flags like `--size="${size}", your program can just read the `size` environment variable.
40
+
Every arg becomes an environment variable when the tool is invoked. So instead of accepting args using flags like `--size="${size}"`, your program can just read the `size` environment variable.
41
41
:::
42
42
43
43
The `GPTSCRIPT_TOOL_DIR` environment variable is automatically populated by GPTScript so that the tool
@@ -84,4 +84,4 @@ Each GPTScript tool is self-documented using the `tool.gpt` file. You can automa
84
84
85
85
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. These examples will be automatically included in the documentation.
86
86
87
-
For more information and to explore existing tools, visit [tools.gptscript.ai](https://tools.gptscript.ai).
87
+
For more information and to explore existing tools, visit [tools.gptscript.ai](https://tools.gptscript.ai).
0 commit comments