Uses of Record Class
ai.doctruth.internal.providers.gemini.wire.SystemInstruction

Packages that use ai.doctruth.internal.providers.gemini.wire.SystemInstruction
Package
Description
Jackson wire records for the Google Gemini generateContent REST API.
  • Uses of ai.doctruth.internal.providers.gemini.wire.SystemInstruction in ai.doctruth.internal.providers.gemini.wire

    Methods in ai.doctruth.internal.providers.gemini.wire that return ai.doctruth.internal.providers.gemini.wire.SystemInstruction in in in in
    Modifier and Type
    Method
    Description
    ai.doctruth.internal.providers.gemini.wire.SystemInstruction
    GenerateContentRequest.system_instruction()
     
    Constructors in ai.doctruth.internal.providers.gemini.wire with parameters of type ai.doctruth.internal.providers.gemini.wire.SystemInstruction in in in in
    Modifier
    Constructor
    Description
     
    GenerateContentRequest(ai.doctruth.internal.providers.gemini.wire.SystemInstruction system_instruction, List<ai.doctruth.internal.providers.gemini.wire.Content> contents, ai.doctruth.internal.providers.gemini.wire.GenerationConfig generationConfig)