You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This could be a difference in how it handles "nullable" and "required". You can see what dictionary the pydantic schema gets converted to using this function.
Description of the bug:
I'm trying to generate slide deck content following a certain schema.
Pydantic Schema:
Actual vs expected behavior:
The following code is highly inconsistent (2/10 success):
However, the following code is highly consistent (10/10 success), although less readable and less structured:
Any other information you'd like to share?
How do we incorporate the expected consistent behavior using Pydantic schema?
The text was updated successfully, but these errors were encountered: