fix(ai): sanitize Mistral tool schemas closes #3361

This commit is contained in:
Mario Zechner
2026-04-18 00:54:21 +02:00
parent bfa11a50e4
commit 2dddc5ba25
4 changed files with 85 additions and 3 deletions

View File

@@ -2,6 +2,10 @@
## [Unreleased]
### Fixed
- Fixed direct Mistral tool definitions to strip TypeBox symbol metadata before passing schemas to the SDK, restoring tool calls after the SDK's stricter outbound validation ([#3361](https://github.com/badlogic/pi-mono/issues/3361))
## [0.67.67] - 2026-04-17
### Added