64bit / async-openai

Rust library for OpenAI
https://docs.rs/async-openai
MIT License
1.17k stars 178 forks source link

Add strict to function calls #254

Closed linusbierhoff closed 2 months ago

linusbierhoff commented 2 months ago

Added the strict : <bool> option for function calls to enable structured output. See Structured Output

dr3s commented 2 months ago

is this still needed if #255 is merged?

linusbierhoff commented 2 months ago

No it’s basically the same