From 212d4bace4c64c57e7510fa4cc41b8935c43d671 Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Fri, 5 Dec 2025 12:37:59 -0700 Subject: [PATCH] docs: Fixed an unclosed backtick typo in the Environment Variables docs --- docs/ENVIRONMENT-VARIABLES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ENVIRONMENT-VARIABLES.md b/docs/ENVIRONMENT-VARIABLES.md index 7bed7e4..9f132ce 100644 --- a/docs/ENVIRONMENT-VARIABLES.md +++ b/docs/ENVIRONMENT-VARIABLES.md @@ -84,7 +84,7 @@ You can also customize the location of full agent configurations using the follo | Environment Variable | Description | |------------------------------|-------------------------------------------------------------------------------------------------------------------------------------| -| `_CONFIG_FILE | Customize the location of the agent's configuration file; e.g. `SQL_CONFIG_FILE` | +| `_CONFIG_FILE` | Customize the location of the agent's configuration file; e.g. `SQL_CONFIG_FILE` | | `_MODEL` | Customize the `model` used for the agent; e.g `SQL_MODEL` | | `_TEMPERATURE` | Customize the `temperature` used for the agent; e.g. `SQL_TEMPERATURE` | | `_TOP_P` | Customize the `top_p` used for the agent; e.g. `SQL_TOP_P` |