"What are some limitations of Structured Outputs?"

Question

Answers ( 1 )

    0
    2025-03-26T20:16:16+00:00

    Some limitations of Structured Outputs include supporting only a subset of JSON Schema, not allowing the root object to be of type `anyOf`, and requiring all fields or function parameters to be `required` with no optional keys. Additionally, it requires familiarity with Pydantic and JSON Schema, which may pose a learning curve for new developers.

Leave an answer