mirror of
https://github.com/block/goose.git
synced 2026-05-02 13:30:54 +00:00
docs: lowercase goose in getting-started and guides topics (#5857)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
3e9d9c7b2c
commit
b357e99b30
26 changed files with 279 additions and 279 deletions
|
|
@ -72,9 +72,9 @@ export GOOSE_EDITOR_MODEL="your-model"
|
|||
|
||||
When the `str_replace` tool is used to edit code:
|
||||
|
||||
1. **Configuration Check**: Goose checks if all three environment variables are properly set and non-empty.
|
||||
1. **Configuration Check**: goose checks if all three environment variables are properly set and non-empty.
|
||||
|
||||
2. **With AI Enabled**: If configured, Goose sends the original code and your requested change to the configured AI model for processing.
|
||||
2. **With AI Enabled**: If configured, goose sends the original code and your requested change to the configured AI model for processing.
|
||||
|
||||
3. **Fallback**: If the AI API is not configured or the API call fails, it falls back to simple string replacement.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue