Uses of Record Class
io.quarkiverse.langchain4j.vertexai.runtime.gemini.FunctionCall
Packages that use FunctionCall
-
Uses of FunctionCall in io.quarkiverse.langchain4j.vertexai.runtime.gemini
Methods in io.quarkiverse.langchain4j.vertexai.runtime.gemini that return FunctionCallModifier and TypeMethodDescriptionGenerateContentRequest.Content.Part.functionCall()Returns the value of thefunctionCallrecord component.GenerateContentResponse.Candidate.Part.functionCall()Returns the value of thefunctionCallrecord component.Constructors in io.quarkiverse.langchain4j.vertexai.runtime.gemini with parameters of type FunctionCallModifierConstructorDescriptionPart(String text, FunctionCall functionCall) Creates an instance of aPartrecord class.Part(String text, FunctionCall functionCall) Creates an instance of aPartrecord class.