Interface GenerativeAIFunctionServerInfo


@Experimental public interface GenerativeAIFunctionServerInfo
Information about a function server.
Since:
5.2.251104
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull List<Function>
    The functions available in this server.
    @NotNull String
    Returns the name of the plugin the function server is associated with.
    @NotNull String
    Returns the title of the plugin the function server is associated with.
    @NotNull String
    The name of the function server.
  • Method Details

    • getPluginName

      @NotNull @NotNull String getPluginName()
      Returns the name of the plugin the function server is associated with.
      Returns:
      The plugin name.
      Since:
      5.2.251104
      See Also:
    • getPluginTitle

      @NotNull @NotNull String getPluginTitle()
      Returns the title of the plugin the function server is associated with.
      Returns:
      The plugin title.
      Since:
      5.2.251104
    • getServerName

      @NotNull @NotNull String getServerName()
      The name of the function server.
      Returns:
      The function server name.
      Since:
      5.2.251104
      See Also:
    • getFunctions

      @NotNull @NotNull List<Function> getFunctions()
      The functions available in this server.
      Returns:
      The list of available functions.
      Since:
      5.2.251104
      See Also: