openai icon indicating copy to clipboard operation
openai copied to clipboard

Update responseFormat type

Open VadymMatus opened this issue 9 months ago • 0 comments
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.

VadymMatus avatar Feb 18 '25 12:02 VadymMatus