MCPTool.ConnectorId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)