Uses of Record Class
io.quarkiverse.langchain4j.vertexai.runtime.gemini.FunctionResponse.Response
Packages that use FunctionResponse.Response
-
Uses of FunctionResponse.Response in io.quarkiverse.langchain4j.vertexai.runtime.gemini
Methods in io.quarkiverse.langchain4j.vertexai.runtime.gemini that return FunctionResponse.ResponseModifier and TypeMethodDescriptionFunctionResponse.response()Returns the value of theresponserecord component.Constructors in io.quarkiverse.langchain4j.vertexai.runtime.gemini with parameters of type FunctionResponse.ResponseModifierConstructorDescriptionFunctionResponse(String name, FunctionResponse.Response response) Creates an instance of aFunctionResponserecord class.