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
<!-- End Available Resources and Operations [operations] -->
@@ -822,7 +850,7 @@ with Mistral(
822
850
api_key=os.getenv("MISTRAL_API_KEY", ""),
823
851
) as mistral:
824
852
825
-
res = mistral.workflows.get_workflows(active_only=False, include_shared=True, limit=50)
853
+
res = mistral.workflows.get_workflows(include_shared=True, order="asc", limit=50, active_only=False)
826
854
827
855
while res isnotNone:
828
856
# Handle items
@@ -975,8 +1003,8 @@ with Mistral(
975
1003
976
1004
977
1005
**Inherit from [`MistralError`](./src/mistralai/client/errors/mistralerror.py)**:
978
-
*[`HTTPValidationError`](./src/mistralai/client/errors/httpvalidationerror.py): Validation Error. Status code `422`. Applicable to 130 of 197 methods.*
979
-
*[`ObservabilityError`](./src/mistralai/client/errors/observabilityerror.py): Bad Request - Invalid request parameters or data. Applicable to 41 of 197 methods.*
1006
+
*[`HTTPValidationError`](./src/mistralai/client/errors/httpvalidationerror.py): Validation Error. Status code `422`. Applicable to 133 of 216 methods.*
1007
+
*[`ObservabilityError`](./src/mistralai/client/errors/observabilityerror.py): Bad Request - Invalid request parameters or data. Applicable to 57 of 216 methods.*
980
1008
*[`ResponseValidationError`](./src/mistralai/client/errors/responsevalidationerror.py): Type mismatch between the response data and the expected Pydantic model. Provides access to the Pydantic validation error via the `cause` attribute.
0 commit comments