From fc54cbbaafdf8783fa4a73ac380f25910913c19f Mon Sep 17 00:00:00 2001 From: John Austin <8884923+JohnMAustin78@users.noreply.github.com> Date: Tue, 29 Apr 2025 16:04:41 -0700 Subject: [PATCH] Added missing code fence close ticks (#2396) Co-authored-by: John Austin --- documentation/docs/guides/environment-variables.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/documentation/docs/guides/environment-variables.md b/documentation/docs/guides/environment-variables.md index 43d08fa8bc..ca9b4c0daf 100644 --- a/documentation/docs/guides/environment-variables.md +++ b/documentation/docs/guides/environment-variables.md @@ -44,6 +44,7 @@ These variables are needed when using custom endpoints, enterprise deployments, export GOOSE_PROVIDER__TYPE="anthropic" export GOOSE_PROVIDER__HOST="https://api.anthropic.com" export GOOSE_PROVIDER__API_KEY="your-api-key-here" +``` ## Planning Mode Configuration These variables control Goose's [planning functionality](/docs/guides/creating-plans). @@ -80,7 +81,7 @@ export GOOSE_TOOLSHIM=true export GOOSE_TOOLSHIM_OLLAMA_MODEL=llama3.2 export GOOSE_MODE="auto" export GOOSE_CLI_MIN_PRIORITY=0.2 # Show only medium and high importance output - +``` ## Security Configuration These variables control security related features.