mirror of
https://github.com/block/goose.git
synced 2026-05-19 16:27:54 +00:00
docs: fix internal documentation anchors (#9094)
Signed-off-by: aqilaziz <gonzes7@gmail.com>
This commit is contained in:
parent
75e89964a4
commit
1b39db7eea
2 changed files with 2 additions and 2 deletions
|
|
@ -25,7 +25,7 @@ CLI providers are useful if you:
|
|||
- need session persistence to save, resume, and export conversation history
|
||||
- want to use goose recipes and scheduled tasks to create repeatable workflows
|
||||
- prefer unified commands across different AI providers
|
||||
- want to [use multiple models together](#combining-with-other-models) in your tasks
|
||||
- want to [use multiple models together](#combining-with-planner-models) in your tasks
|
||||
|
||||
### Benefits
|
||||
|
||||
|
|
|
|||
|
|
@ -149,7 +149,7 @@ These paths are prepended to the system PATH when running extension commands, en
|
|||
|
||||
## Observability Configuration
|
||||
|
||||
Configure goose to export telemetry to [OpenTelemetry](https://opentelemetry.io/docs/) compatible platforms. Environment variables override these settings and support additional options like per-signal configuration. See the [environment variables guide](/docs/guides/environment-variables#opentelemetry-protocol-otlp) for details.
|
||||
Configure goose to export telemetry to [OpenTelemetry](https://opentelemetry.io/docs/) compatible platforms. Environment variables override these settings and support additional options like per-signal configuration. See the [environment variables guide](/docs/guides/environment-variables#observability-configuration) for details.
|
||||
|
||||
| Setting | Purpose | Values | Default |
|
||||
|---------|---------|--------|---------|
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue