mirror of
https://github.com/router-for-me/CLIProxyAPI.git
synced 2026-09-06 08:02:22 +08:00
- Adjusted `responseSchema` logic to only set schema for `json_schema` type while ensuring it is excluded for `json_object`. - Updated tests to reflect changes in `responseSchema` handling, ensuring correct validation for both response formats. - Renamed test function for better clarity regarding `json_object` behavior. Closes: #4667