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