Uses of Record Class
io.quarkiverse.langchain4j.vertexai.runtime.PredictRequest.Message
Packages that use PredictRequest.Message
-
Uses of PredictRequest.Message in io.quarkiverse.langchain4j.vertexai.runtime
Methods in io.quarkiverse.langchain4j.vertexai.runtime that return types with arguments of type PredictRequest.MessageModifier and TypeMethodDescriptionPredictRequest.ChatInstance.messages()Returns the value of themessagesrecord component.Constructor parameters in io.quarkiverse.langchain4j.vertexai.runtime with type arguments of type PredictRequest.MessageModifierConstructorDescriptionChatInstance(String context, List<PredictRequest.Message> messages) Creates an instance of aChatInstancerecord class.