Skip to content

Commit fe0055c

Browse files
authored
Merge pull request #192 from yatish27/patch-1
2 parents 0d1a040 + 1a34621 commit fe0055c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docs/03-tools/02-authoring.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Args: url: The URL of the webpage.
3737
```
3838

3939
:::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.
4141
:::
4242

4343
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
8484

8585
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.
8686

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

Comments
 (0)