Module: OpenAI::Models::Responses::Tool::Mcp::ConnectorID

Extended by:
Internal::Type::Enum
Defined in:
lib/openai/models/responses/tool.rb

Overview

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](platform.openai.com/docs/guides/tools-remote-mcp#connectors).

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`

See Also:

Constant Summary collapse

CONNECTOR_DROPBOX =
:connector_dropbox
CONNECTOR_GMAIL =
:connector_gmail
CONNECTOR_GOOGLECALENDAR =
:connector_googlecalendar
CONNECTOR_GOOGLEDRIVE =
:connector_googledrive
CONNECTOR_MICROSOFTTEAMS =
:connector_microsoftteams
CONNECTOR_OUTLOOKCALENDAR =
:connector_outlookcalendar
CONNECTOR_OUTLOOKEMAIL =
:connector_outlookemail
CONNECTOR_SHAREPOINT =
:connector_sharepoint

Method Summary

Methods included from Internal::Type::Enum

==, ===, coerce, dump, hash, inspect, to_sorbet_type, values

Methods included from Internal::Util::SorbetRuntimeSupport

#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, inspect, #inspect, meta_info, new_coerce_state, type_info