chore(sync): mirror docs from openclaw/openclaw@1e1aaa51e1

This commit is contained in:
openclaw-docs-sync[bot] 2026-04-23 14:36:52 +00:00
parent ad2fa78938
commit a810a6250b
2 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
{
"repository": "openclaw/openclaw",
"sha": "6532ee0c39d5b1b39d7c4f05e9fa8d216421ecd6",
"syncedAt": "2026-04-23T14:32:19.325Z"
"sha": "1e1aaa51e146dd9085d506f1d2ddb0cb71a048df",
"syncedAt": "2026-04-23T14:36:51.905Z"
}

View File

@ -40,10 +40,10 @@ When debugging real providers/models (requires real creds):
- Live suite (models + gateway tool/image probes): `pnpm test:live`
- Target one live file quietly: `pnpm test:live -- src/agents/models.profiles.live.test.ts`
- Docker live model sweep: `pnpm test:docker:live-models`
- Each selected model now runs a text turn plus a small file-read-style text
block probe. Models whose metadata advertises `image` input also run a tiny
image turn. Disable the extra probes with `OPENCLAW_LIVE_MODEL_FILE_PROBE=0`
or `OPENCLAW_LIVE_MODEL_IMAGE_PROBE=0` when isolating provider failures.
- Each selected model now runs a text turn plus a small file-read-style probe.
Models whose metadata advertises `image` input also run a tiny image turn.
Disable the extra probes with `OPENCLAW_LIVE_MODEL_FILE_PROBE=0` or
`OPENCLAW_LIVE_MODEL_IMAGE_PROBE=0` when isolating provider failures.
- CI coverage: daily `OpenClaw Scheduled Live And E2E Checks` and manual
`OpenClaw Release Checks` both call the reusable live/E2E workflow with
`include_live_suites: true`, which includes separate Docker live model