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 inModifier and TypeFieldDescriptionfinal ai.doctruth.internal.providers.anthropic.wire.ToolChoiceMessagesRequest.tool_choiceConstructors in ai.doctruth.internal.providers.anthropic.wire with parameters of type ai.doctruth.internal.providers.anthropic.wire.ToolChoice in in in inModifierConstructorDescriptionMessagesRequest(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)