openai
openai copied to clipboard
Update responseFormat type
trafficstars
Hi, thanks for your work!
According to OpenAI’s specification, the json_schema field should be an object (Map<String, dynamic> in dart). However, due to the implementation, it was only possible to pass a string. Therefore, it’s better to make it dynamic.