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

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

    Fields in ai.doctruth.internal.providers.anthropic.wire with type parameters of type ai.doctruth.internal.providers.anthropic.wire.SystemBlock in in in in
    Modifier and Type
    Field
    Description
    final List<ai.doctruth.internal.providers.anthropic.wire.SystemBlock>
    MessagesRequest.system
     
    Constructor parameters in ai.doctruth.internal.providers.anthropic.wire with type arguments of type ai.doctruth.internal.providers.anthropic.wire.SystemBlock in in in in
    Modifier
    Constructor
    Description
     
    MessagesRequest(String model, int max_tokens, List<ai.doctruth.internal.providers.anthropic.wire.SystemBlock> system, List<ai.doctruth.internal.providers.anthropic.wire.Message> messages, List<ai.doctruth.internal.providers.anthropic.wire.Tool> tools, ai.doctruth.internal.providers.anthropic.wire.ToolChoice tool_choice)