mirror of
https://github.com/router-for-me/CLIProxyAPI.git
synced 2026-09-07 00:24:17 +08:00
- Refactored `xaiFunctionParametersNeedSimplification` to identify schemas xAI cannot process, including those with non-object types in unions. - Limited parameter simplifications to problematic schemas instead of specific tools or namespaces. - Clarified and updated debug messages to reflect schema rejection and hang prevention. Closes: #4343