mirror of
https://github.com/microsoft/autogen.git
synced 2025-08-18 13:41:56 +00:00

Resolves #4447 For `openai` client's structured output support is through its beta client, which requires the function JSON schema to be strict when in structured output mode. Reference: https://platform.openai.com/docs/guides/function-calling#strict-mode
AutoGen Extensions
AutoGen is designed to be extensible. The autogen-ext
package contains many different component implementations maintained by the AutoGen project. However, we strongly encourage others to build their own components and publish them as part of the ecosytem.