* refactor(openai): remove deprecated output_schema and redundant output_parser parameters * refactor(openai): remove output_schema and output_parser parameters Following @ogabrielluiz's review feedback to properly handle removed inputs: 1. Remove output_schema parameter: - Remove from inputs list - Remove output_schema_dict conversion in build_model - Remove output_schema_dict usage in json_mode logic - Remove output_schema_dict usage in structured_output 2. Remove output_parser parameter: - Remove from inputs list (no code references to clean up as it wasn't being used) This ensures we don't have any lingering references to removed parameters. * [autofix.ci] apply automated fixes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| backend | ||
| frontend | ||