Interface GenerativeAIFunctionServerPlugin

All Superinterfaces:
Plugin, Public

@Experimental public interface GenerativeAIFunctionServerPlugin extends Plugin
Plugin interface for registering generative AI function servers.
Since:
5.2.251104
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Initialization request to register the function servers provided by this plugin.

    Methods inherited from interface de.espirit.firstspirit.client.plugin.Plugin

    setUp, tearDown
  • Method Details

    • init

      void init(@NotNull @NotNull GenerativeAIFunctionServerHost host)
      Initialization request to register the function servers provided by this plugin. The plugin implementation may use the given host asynchronously until Plugin.tearDown(), both for registering and unregistering function servers for this plugin.
      Parameters:
      host - The host for registering function servers.
      Since:
      5.2.251104