MacPaw / OpenAI

Swift community driven package for OpenAI public API
MIT License
2.11k stars 353 forks source link

Support `json_schema` response type #232

Open thomasalbert1993 opened 1 month ago

thomasalbert1993 commented 1 month ago

Is your feature request related to a problem? Please describe. Actually, only text and json_object are available as ResponseFormat.

Describe the solution you'd like Could you add the json_schema (taking a JSONSchema object as parameter)?