static ContentBlock.Builder |
ContentBlock.builder() |
|
default ContentBlock.Builder |
ContentBlock.Builder.image(Consumer<ImageBlock.Builder> image) |
Image to include in the message.
|
ContentBlock.Builder |
ContentBlock.Builder.image(ImageBlock image) |
Image to include in the message.
|
ContentBlock.Builder |
ContentBlock.Builder.text(String text) |
Text to include in the message.
|
ContentBlock.Builder |
ContentBlock.toBuilder() |
|
default ContentBlock.Builder |
ContentBlock.Builder.toolResult(Consumer<ToolResultBlock.Builder> toolResult) |
The result for a tool request that a model makes.
|
ContentBlock.Builder |
ContentBlock.Builder.toolResult(ToolResultBlock toolResult) |
The result for a tool request that a model makes.
|
default ContentBlock.Builder |
ContentBlock.Builder.toolUse(Consumer<ToolUseBlock.Builder> toolUse) |
Information about a tool use request from a model.
|
ContentBlock.Builder |
ContentBlock.Builder.toolUse(ToolUseBlock toolUse) |
Information about a tool use request from a model.
|