.Net: Support for non-OpenAI models in StandardMagenticManager #13282
Replies: 1 comment
|
You're partially right — but the constraint is narrower than "OpenAI models only", and there's a clean workaround in the public API. What
|
|
You're partially right — but the constraint is narrower than "OpenAI models only", and there's a clean workaround in the public API. What
|
Uh oh!
There was an error while loading. Please reload this page.
If I understand correctly, it's only possible to use
StandardMagenticManagerwith models that support theresponse_formatparameter, which narrows down the options to OpenAI models only. I understand that this decision was facilitated by the "native" support that OpenAI offers through theresponse_formatparameter, i.e. it would require some gymnastics to get it to work with models that don't have similar support through a specific parameter like that.That said, is structured output support with non-OpenAI models something that's planned for the future? Or, more importantly, is there any viable workaround?
All reactions