docs: lowercase goose in remaining topics (#5861)

This commit is contained in:
dianed-square
2025-11-24 11:05:41 -08:00
committed by GitHub
parent b357e99b30
commit e7eb18b67a
37 changed files with 306 additions and 306 deletions
@@ -1,10 +1,10 @@
---
title: Error Handling
---
# Error Handling in Goose
# Error Handling in goose
Error handling is a key performance-driving part of Goose. There are many ways that the non-determinism
in the LLM can introduce an error that it can in turn recover from. In a typical Goose session, it's expected for there
Error handling is a key performance-driving part of goose. There are many ways that the non-determinism
in the LLM can introduce an error that it can in turn recover from. In a typical goose session, it's expected for there
to be several agent errors that the model can see directly and correct, perhaps entirely behind the scenes.
## Traditional Errors