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
Currently when using a list or other non pydantic models as an accumulator, it returns an error AttributeError: 'list' object has no attribute model_validate.
Having normal python types like a list, string, dict, ... as an accumulator should be supported.
Currently when using a list or other non pydantic models as an accumulator, it returns an error
AttributeError: 'list' object has no attribute model_validate
.Having normal python types like a list, string, dict, ... as an accumulator should be supported.
Example that is not supported
The text was updated successfully, but these errors were encountered: