Uses of Record Class
io.quarkiverse.langchain4j.vertexai.runtime.gemini.FunctionDeclaration
Packages that use FunctionDeclaration
-
Uses of FunctionDeclaration in io.quarkiverse.langchain4j.vertexai.runtime.gemini
Methods in io.quarkiverse.langchain4j.vertexai.runtime.gemini that return types with arguments of type FunctionDeclarationModifier and TypeMethodDescriptionGenerateContentRequest.Tool.functionDeclarations()Returns the value of thefunctionDeclarationsrecord component.Constructor parameters in io.quarkiverse.langchain4j.vertexai.runtime.gemini with type arguments of type FunctionDeclarationModifierConstructorDescriptionTool(List<FunctionDeclaration> functionDeclarations) Creates an instance of aToolrecord class.