Memory Search Schema 增加 Mistral provider 兼容(PR #14934)
解决“切到 Mistral 后 memory_search 结构校验失败或 fallback 异常”的场景:补齐 provider/fallback union 枚举。
GITHUBDiscovered 2026-02-13Author shtse8
Prerequisites
- 你的配置包含 memory_search 且可能使用 Mistral 作为主或 fallback provider。
- 可执行最小回归:同一查询在更新前后进行对比。
Steps
- Capture a failing or flaky memory_search case involving Mistral provider configuration.
- Upgrade to PR #14934 build and restart gateway.
- Re-run identical memory_search query and compare schema validation/fallback behavior.
- Test both primary and forced-fallback paths to ensure consistent result format.
- Document provider matrix in runbook (openai / anthropic / mistral / fallback order).
Commands
openclaw gateway statusopenclaw gateway restartopenclaw statusVerify
memory_search requests with Mistral provider pass schema checks and return normal snippet payloads.
Caveats
- This patch addresses schema compatibility; retrieval quality still depends on embeddings/index settings.
- Provider naming/alias differences across versions may require config audit(需验证)。
Source attribution
This tip is aggregated from community/public sources and preserved with attribution.
Open original source ↗