MCPTool.ConnectorId Property

Definition

Identifier for service connectors, like those available in ChatGPT. One of server_url or connector_id must be provided. Learn more about service connectors here. Currently supported connector_id values are:

  • Dropbox: `connector_dropbox`
  • Gmail: `connector_gmail`
  • Google Calendar: `connector_googlecalendar`
  • Google Drive: `connector_googledrive`
  • Microsoft Teams: `connector_microsoftteams`
  • Outlook Calendar: `connector_outlookcalendar`
  • Outlook Email: `connector_outlookemail`
  • SharePoint: `connector_sharepoint`
public Azure.AI.AgentServer.Responses.Models.MCPToolConnectorId? ConnectorId { get; set; }
member this.ConnectorId : Nullable<Azure.AI.AgentServer.Responses.Models.MCPToolConnectorId> with get, set
Public Property ConnectorId As Nullable(Of MCPToolConnectorId)

Property Value

Applies to