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’ for more information.
The name of the project that is making the request.
A human-readable name for the connector.
The URL of the connector that will be used to search for documents.
A description of the connector.
A list of fields to exclude from the prompt (fields remain in the document).
The OAuth 2.0 configuration for the connector. Cannot be specified if service_auth is specified.
Whether the connector is active or not.
Whether a chat request should continue or not if the request to this connector fails.
The service to service authentication configuration for the connector. Cannot be specified if oauth is specified.
A connector allows you to integrate data sources with the ‘/chat’ endpoint to create grounded generations with citations to the data source. documents to help answer users.