Uses of Interface
de.espirit.firstspirit.ai.GenerativeAIFunctionArguments
Packages that use GenerativeAIFunctionArguments
-
Uses of GenerativeAIFunctionArguments in de.espirit.firstspirit.ai
Methods in de.espirit.firstspirit.ai that return GenerativeAIFunctionArgumentsModifier and TypeMethodDescription@NotNull GenerativeAIFunctionArgumentsGenerativeAIFunctionRequest.FunctionCallHandle.getArguments()The arguments the function has been request to be invoked with.@NotNull GenerativeAIFunctionArgumentsGenerativeAIFunctionServerCall.getArguments()The arguments the function should be invoked with.Methods in de.espirit.firstspirit.ai with parameters of type GenerativeAIFunctionArgumentsModifier and TypeMethodDescription@Nullable SerializableGenerativeAIFunction.perform(@NotNull GenerativeAIFunctionArguments arguments) Implementation of a previously specifiedFunction.