docs: replace bare provider URLs with markdown links

This commit is contained in:
Peter Steinberger
2026-03-02 06:01:29 +00:00
parent 5bb26bf22a
commit 3049ca840f
2 changed files with 4 additions and 4 deletions

View File

@@ -41,8 +41,8 @@ openclaw onboard --anthropic-api-key "$ANTHROPIC_API_KEY"
- You can override per-message (`/think:<level>`) or in model params:
`agents.defaults.models["anthropic/<model>"].params.thinking`.
- Related Anthropic docs:
- https://platform.claude.com/docs/en/build-with-claude/adaptive-thinking
- https://platform.claude.com/docs/en/build-with-claude/extended-thinking
- [Adaptive thinking](https://platform.claude.com/docs/en/build-with-claude/adaptive-thinking)
- [Extended thinking](https://platform.claude.com/docs/en/build-with-claude/extended-thinking)
## Prompt caching (Anthropic API)

View File

@@ -73,8 +73,8 @@ default (`openaiWsWarmup: true`) when WebSocket transport is used.
Related OpenAI docs:
- Realtime API with WebSocket: https://platform.openai.com/docs/guides/realtime-websocket
- Streaming API responses (SSE): https://platform.openai.com/docs/guides/streaming-responses
- [Realtime API with WebSocket](https://platform.openai.com/docs/guides/realtime-websocket)
- [Streaming API responses (SSE)](https://platform.openai.com/docs/guides/streaming-responses)
```json5
{