Package ro.sync.exml.plugin.ai
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
**************************************
EXPERIMENTAL - Subject to change
**************************************
Please note that this API is not marked as final and it can change in one of the next versions of the application. If you have suggestions, comments about it, please let us know.
-
Method Summary
Modifier and TypeMethodDescriptionList<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.
-