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
Creates a new connector. The connector is tested during registration and will cancel registration when the test is unsuccessful. See ['Creating and Deploying a Connector'](https://docs.cohere.com/docs/creating-and-deploying-a-connector) for more information.
@@ -99,6 +101,29 @@ def create(
99
101
- active: typing.Optional[bool]. Whether the connector is active or not.
100
102
101
103
- continue_on_failure: typing.Optional[bool]. Whether a chat request should continue or not if the request to this connector fails.
104
+
105
+
- service_auth: typing.Optional[CreateConnectorServiceAuth]. The service to service authentication configuration for the connector. Cannot be specified if oauth is specified.
Update a connector by ID. Omitted fields will not be updated. See ['Managing your Connector'](https://docs.cohere.com/docs/managing-your-connector) for more information.
@@ -226,6 +264,28 @@ def update(
226
264
- active: typing.Optional[bool].
227
265
228
266
- continue_on_failure: typing.Optional[bool].
267
+
268
+
- service_auth: typing.Optional[CreateConnectorServiceAuth]. The service to service authentication configuration for the connector. Cannot be specified if oauth is specified.
Creates a new connector. The connector is tested during registration and will cancel registration when the test is unsuccessful. See ['Creating and Deploying a Connector'](https://docs.cohere.com/docs/creating-and-deploying-a-connector) for more information.
@@ -374,6 +437,29 @@ async def create(
374
437
- active: typing.Optional[bool]. Whether the connector is active or not.
375
438
376
439
- continue_on_failure: typing.Optional[bool]. Whether a chat request should continue or not if the request to this connector fails.
440
+
441
+
- service_auth: typing.Optional[CreateConnectorServiceAuth]. The service to service authentication configuration for the connector. Cannot be specified if oauth is specified.
Update a connector by ID. Omitted fields will not be updated. See ['Managing your Connector'](https://docs.cohere.com/docs/managing-your-connector) for more information.
@@ -501,6 +600,28 @@ async def update(
501
600
- active: typing.Optional[bool].
502
601
503
602
- continue_on_failure: typing.Optional[bool].
603
+
604
+
- service_auth: typing.Optional[CreateConnectorServiceAuth]. The service to service authentication configuration for the connector. Cannot be specified if oauth is specified.
0 commit comments