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 inModifier and TypeFieldDescriptionfinal List<ai.doctruth.internal.providers.anthropic.wire.SystemBlock> MessagesRequest.systemConstructor parameters in ai.doctruth.internal.providers.anthropic.wire with type arguments of type ai.doctruth.internal.providers.anthropic.wire.SystemBlock 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)