Uses of Interface
de.espirit.firstspirit.ai.dto.Function
Packages that use Function
-
Uses of Function in de.espirit.firstspirit.ai
Methods in de.espirit.firstspirit.ai that return FunctionModifier and TypeMethodDescription@NotNull Function
GenerativeAIFunctionRequest.FunctionCallHandle.getFunction()
The associated function requested to be called.@NotNull Function
GenerativeAIFunctionServerCall.getFunction()
The descriptor of the function to be invoked.Methods in de.espirit.firstspirit.ai that return types with arguments of type FunctionModifier and TypeMethodDescriptionGenerativeAIFunctionServer.getFunctions()
Returns a list of available functions.GenerativeAIFunctionServerInfo.getFunctions()
The functions available in this server.Methods in de.espirit.firstspirit.ai with parameters of type FunctionModifier and TypeMethodDescriptionvoid
GenerativeAIFunctionRequest.addFunction
(@NotNull Function function, @NotNull GenerativeAIFunction callback) Registers a new function to be used for this generative AI request operation. -
Uses of Function in de.espirit.firstspirit.ai.dto
Methods in de.espirit.firstspirit.ai.dto that return FunctionModifier and TypeMethodDescription@NotNull Function
Function.Builder.create()
Creates a new function definition.Methods in de.espirit.firstspirit.ai.dto with parameters of type FunctionModifier and TypeMethodDescriptiondefault @NotNull Function.Builder
Preconfigures the builder with the given function definition.