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

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

    Methods in ai.doctruth.internal.providers.gemini.wire that return ai.doctruth.internal.providers.gemini.wire.Content in in in in
    Modifier and Type
    Method
    Description
    ai.doctruth.internal.providers.gemini.wire.Content
    Candidate.content()
     
    Methods in ai.doctruth.internal.providers.gemini.wire that return types with arguments of type ai.doctruth.internal.providers.gemini.wire.Content in in in in
    Modifier and Type
    Method
    Description
    List<ai.doctruth.internal.providers.gemini.wire.Content>
    GenerateContentRequest.contents()
     
    Constructors in ai.doctruth.internal.providers.gemini.wire with parameters of type ai.doctruth.internal.providers.gemini.wire.Content in in in in
    Modifier
    Constructor
    Description
     
    Candidate(ai.doctruth.internal.providers.gemini.wire.Content content, String finishReason, int index)
     
    Constructor parameters in ai.doctruth.internal.providers.gemini.wire with type arguments of type ai.doctruth.internal.providers.gemini.wire.Content 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)