mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-19 09:01:39 -06:00
042947b944
* fix: add mistral to MemorySearchSchema provider/fallback unions The Mistral embedding provider was added to the runtime code but the Zod config schema was not updated, causing config validation to reject `provider: "mistral"` and `fallback: "mistral"` as invalid input. * Changelog: add unreleased note for Mistral memory schema fix --------- Co-authored-by: Drake (Moltbot Dev) <drake@clawd.bot> Co-authored-by: Vincent Koc <vincentkoc@ieee.org>