Uses of Record Class
io.quarkiverse.langchain4j.vertexai.runtime.gemini.GenerateContentRequest.Content
Packages that use GenerateContentRequest.Content
-
Uses of GenerateContentRequest.Content in io.quarkiverse.langchain4j.vertexai.runtime.gemini
Methods in io.quarkiverse.langchain4j.vertexai.runtime.gemini that return types with arguments of type GenerateContentRequest.ContentModifier and TypeMethodDescriptionGenerateContentRequest.contents()Returns the value of thecontentsrecord component.Constructor parameters in io.quarkiverse.langchain4j.vertexai.runtime.gemini with type arguments of type GenerateContentRequest.ContentModifierConstructorDescriptionGenerateContentRequest(List<GenerateContentRequest.Content> contents, GenerateContentRequest.SystemInstruction systemInstruction, List<GenerateContentRequest.Tool> tools, GenerationConfig generationConfig) Creates an instance of aGenerateContentRequestrecord class.