mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 17:31:06 +00:00
docs: tighten passive voice and hedging on context-engine, xai, anthropic, building-plugins
This commit is contained in:
@@ -278,11 +278,11 @@ OpenClaw supports Anthropic's prompt caching feature for API-key auth.
|
||||
|
||||
<AccordionGroup>
|
||||
<Accordion title="401 errors / token suddenly invalid">
|
||||
Anthropic token auth can expire or be revoked. For new setups, migrate to an Anthropic API key.
|
||||
Anthropic token auth expires and can be revoked. For new setups, use an Anthropic API key instead.
|
||||
</Accordion>
|
||||
|
||||
<Accordion title='No API key found for provider "anthropic"'>
|
||||
Auth is **per agent**. New agents don't inherit the main agent's keys. Re-run onboarding for that agent, or configure an API key on the gateway host, then verify with `openclaw models status`.
|
||||
Anthropic auth is **per agent** — new agents do not inherit the main agent's keys. Re-run onboarding for that agent (or configure an API key on the gateway host), then verify with `openclaw models status`.
|
||||
</Accordion>
|
||||
|
||||
<Accordion title='No credentials found for profile "anthropic:default"'>
|
||||
|
||||
@@ -64,7 +64,9 @@ current image-capable Grok refs in the bundled catalog.
|
||||
## OpenClaw feature coverage
|
||||
|
||||
The bundled plugin maps xAI's current public API surface onto OpenClaw's shared
|
||||
provider and tool contracts where the behavior fits cleanly.
|
||||
provider and tool contracts. Capabilities that don't fit the shared contract
|
||||
(for example streaming TTS and realtime voice) are not exposed — see the table
|
||||
below.
|
||||
|
||||
| xAI capability | OpenClaw surface | Status |
|
||||
| -------------------------- | ----------------------------------------- | ------------------------------------------------------------------- |
|
||||
|
||||
Reference in New Issue
Block a user