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 FunctionGenerativeAIFunctionRequest.FunctionCallHandle.getFunction()The associated function requested to be called.@NotNull FunctionGenerativeAIFunctionServerCall.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 TypeMethodDescriptionvoidGenerativeAIFunctionRequest.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 FunctionFunction.Builder.create()Creates a new function definition.Methods in de.espirit.firstspirit.ai.dto with parameters of type FunctionModifier and TypeMethodDescriptiondefault @NotNull Function.BuilderPreconfigures the builder with the given function definition.