Package de.espirit.firstspirit.ai
Interface GenerativeAIFunctionServerInfo
@Experimental
public interface GenerativeAIFunctionServerInfo
Information about a function server.
- Since:
- 5.2.251104
-
Method Summary
Modifier and TypeMethodDescriptionThe 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
Returns the name of the plugin the function server is associated with.- Returns:
- The plugin name.
- Since:
- 5.2.251104
- See Also:
-
getPluginTitle
Returns the title of the plugin the function server is associated with.- Returns:
- The plugin title.
- Since:
- 5.2.251104
-
getServerName
The name of the function server.- Returns:
- The function server name.
- Since:
- 5.2.251104
- See Also:
-
getFunctions
The functions available in this server.- Returns:
- The list of available functions.
- Since:
- 5.2.251104
- See Also:
-