Package de.espirit.firstspirit.ai
Interface GenerativeAIFunctionServerPlugin
Plugin interface for registering generative AI function servers.
- Since:
- 5.2.251104
-
Method Summary
Modifier and TypeMethodDescriptionvoidinit(@NotNull GenerativeAIFunctionServerHost host) Initialization request to register the function servers provided by this plugin.
-
Method Details
-
init
Initialization request to register the function servers provided by this plugin. The plugin implementation may use the given host asynchronously untilPlugin.tearDown(), both for registering and unregistering function servers for this plugin.- Parameters:
host- The host for registering function servers.- Since:
- 5.2.251104
-