openai / openai-go

The official Go library for the OpenAI API
Apache License 2.0
294 stars 19 forks source link

Add reponse_format field to assistant #97

Open turelsminion opened 5 days ago

turelsminion commented 5 days ago

Currently assistants api support response_format field, but it is not present on Assistant struct, also its not possible to create assistant with response_format different that default one

jacobzim-stl commented 5 days ago

Thanks for catching this! We'll take a look