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

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

    Fields in ai.doctruth.internal.providers.anthropic.wire declared as ai.doctruth.internal.providers.anthropic.wire.ToolChoice in in in in
    Modifier and Type
    Field
    Description
    final ai.doctruth.internal.providers.anthropic.wire.ToolChoice
    MessagesRequest.tool_choice
     
    Constructors in ai.doctruth.internal.providers.anthropic.wire with parameters of type ai.doctruth.internal.providers.anthropic.wire.ToolChoice 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)