Package ro.sync.exml.plugin.ai
Interface AIFunctionsPluginExtension
- All Superinterfaces:
PluginExtension
@API(type=EXTENDABLE,
src=PUBLIC)
public interface AIFunctionsPluginExtension
extends PluginExtension
Plug-in extension that provides external AI functions
- 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 TypeMethodDescriptionGet the external AI functions
-
Method Details
-
getExternalAIFunctions
List<ExternalAIFunction> getExternalAIFunctions()Get the external AI functions- Returns:
- The external AI functions
-