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
-
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
-