Package de.espirit.firstspirit.ai
Interface GenerativeAIFunctionServerCall
@Experimental
public interface GenerativeAIFunctionServerCall
Object for a call of
GenerativeAIFunctionServer
function.- Since:
- 5.2.251104
-
Method Summary
Modifier and TypeMethodDescription@NotNull GenerativeAIFunctionArguments
The arguments the function should be invoked with.@NotNull Function
The descriptor of the function to be invoked.
-
Method Details
-
getFunction
The descriptor of the function to be invoked.- Returns:
- The function descriptor.
- Since:
- 5.2.251104
-
getArguments
The arguments the function should be invoked with.- Returns:
- The function arguments.
- Since:
- 5.2.251104
-