Uses of Record Class
ai.doctruth.internal.providers.anthropic.wire.ContentBlock

Packages that use ai.doctruth.internal.providers.anthropic.wire.ContentBlock
Package
Description
Jackson-deserialisable Java records mirroring the Anthropic Messages-API request and response shapes.
  • Uses of ai.doctruth.internal.providers.anthropic.wire.ContentBlock in ai.doctruth.internal.providers.anthropic.wire

    Methods in ai.doctruth.internal.providers.anthropic.wire that return types with arguments of type ai.doctruth.internal.providers.anthropic.wire.ContentBlock in in in in
    Modifier and Type
    Method
    Description
    List<ai.doctruth.internal.providers.anthropic.wire.ContentBlock>
    MessagesResponse.content()
     
    Constructor parameters in ai.doctruth.internal.providers.anthropic.wire with type arguments of type ai.doctruth.internal.providers.anthropic.wire.ContentBlock in in in in
    Modifier
    Constructor
    Description
     
    MessagesResponse(String id, String model, List<ai.doctruth.internal.providers.anthropic.wire.ContentBlock> content, ai.doctruth.internal.providers.anthropic.wire.Usage usage)