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
That way the schema is shown fine, but you'll need to change the way the reply is handled. (PydanticModel.asdict will be a dict including root, while PydanticModel.json produces a nicer the list result)
How to indicate and type hint this?
@validate_response(list[Model]) ??
The text was updated successfully, but these errors were encountered: