From 1a3462116bdeff8e39e6598fb8e1471201c54f80 Mon Sep 17 00:00:00 2001 From: Yatish Mehta Date: Wed, 27 Mar 2024 13:19:14 -0700 Subject: [PATCH] Fix code markdown Signed-off-by: Yatish Mehta --- docs/docs/03-tools/02-authoring.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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).