mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-12 07:20:45 +00:00
docs: replace bare provider URLs with markdown links
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user