You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add supportsStructuredOutputs option to OpenAI-compatible provider
- Introduce a new optional boolean property `supportsStructuredOutputs` to the provider options, allowing specification of whether the provider supports structured outputs (JSON schema).
- Apply this option to completion models in the factory function.
- Chat model support is commented out, indicating partial implementation for future extension.
0 commit comments