Interface AIConnectorsPluginExtension

All Superinterfaces:
PluginExtension

@API(type=EXTENDABLE, src=PUBLIC) public interface AIConnectorsPluginExtension extends PluginExtension
Plug-in extension that provides external AI connectors to AI services
Since:
27.1
  • Method Summary

    Modifier and Type
    Method
    Description
    List<com.oxygenxml.positron.api.connector.AIConnector>
    Get the custom/external AI connectors to external AI services.
  • Method Details

    • getExternalAIConnectors

      List<com.oxygenxml.positron.api.connector.AIConnector> getExternalAIConnectors()
      Get the custom/external AI connectors to external AI services.
      Returns:
      The custom AI connectors to external AI services.