diff --git a/docs/docs/03-tools/02-authoring.md b/docs/docs/03-tools/02-authoring.md index e50b50bb..29b9fd64 100644 --- a/docs/docs/03-tools/02-authoring.md +++ b/docs/docs/03-tools/02-authoring.md @@ -37,7 +37,7 @@ Args: url: The URL of the webpage. ``` :::tip -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. +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. ::: 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 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. -For more information and to explore existing tools, visit [tools.gptscript.ai](https://tools.gptscript.ai). \ No newline at end of file +For more information and to explore existing tools, visit [tools.gptscript.ai](https://tools.gptscript.ai).