A community member is experiencing a ValueError when trying to use Structured Outputs with the OpenAI Pydantic Program using version 0.8.65. The community members discuss that the latest OpenAI client has broken this feature, but a fix is available in the source code, not yet deployed to PyPI. The fix is expected to be released sometime today, and community members suggest installing from the source repository in the meantime. It is confirmed that the issue is resolved in version 0.8.66.
I'm getting ValueError: Expected function call in ai_message.additional_kwargs, but none found. when trying to use Structured Outputs, the same error using OpenAI Pydantic Program I'm using 0.8.65 with the code of the documentation