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
*[listTools](docs/sdks/connectors/README.md#listtools) - List tools for a connector.
279
280
*[get](docs/sdks/connectors/README.md#get) - Get a connector.
280
281
*[update](docs/sdks/connectors/README.md#update) - Update a connector.
281
282
*[delete](docs/sdks/connectors/README.md#delete) - Delete a connector.
@@ -634,8 +635,8 @@ run();
634
635
635
636
636
637
**Inherit from [`MistralError`](./src/models/errors/mistralerror.ts)**:
637
-
*[`HTTPValidationError`](./src/models/errors/httpvalidationerror.ts): Validation Error. Status code `422`. Applicable to 68 of 130 methods.*
638
-
*[`ObservabilityError`](./src/models/errors/observabilityerror.ts): Bad Request - Invalid request parameters or data. Applicable to 41 of 130 methods.*
638
+
*[`HTTPValidationError`](./src/models/errors/httpvalidationerror.ts): Validation Error. Status code `422`. Applicable to 69 of 131 methods.*
639
+
*[`ObservabilityError`](./src/models/errors/observabilityerror.ts): Bad Request - Invalid request parameters or data. Applicable to 41 of 131 methods.*
639
640
*[`ResponseValidationError`](./src/models/errors/responsevalidationerror.ts): Type mismatch between the data returned from the server and the structure expected by the SDK. See `error.rawValue` for the raw value and `error.pretty()` for a nicely formatted multi-line string.
640
641
641
642
</details>
@@ -833,6 +834,7 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
833
834
-[`betaConnectorsGet`](docs/sdks/connectors/README.md#get) - Get a connector.
834
835
-[`betaConnectorsGetAuthUrl`](docs/sdks/connectors/README.md#getauthurl) - Get the auth URL for a connector.
835
836
-[`betaConnectorsList`](docs/sdks/connectors/README.md#list) - List all connectors.
837
+
-[`betaConnectorsListTools`](docs/sdks/connectors/README.md#listtools) - List tools for a connector.
836
838
-[`betaConnectorsUpdate`](docs/sdks/connectors/README.md#update) - Update a connector.
837
839
-[`betaConversationsAppend`](docs/sdks/conversations/README.md#append) - Append new entries to an existing conversation.
838
840
-[`betaConversationsAppendStream`](docs/sdks/conversations/README.md#appendstream) - Append new entries to an existing conversation.
0 commit comments