static ContentBlockDelta.Builder |
ContentBlockDelta.builder() |
|
default ContentBlockDelta.Builder |
ContentBlockDelta.Builder.citation(Consumer<CitationsDelta.Builder> citation) |
Incremental citation information that is streamed as part of the response generation process.
|
ContentBlockDelta.Builder |
ContentBlockDelta.Builder.citation(CitationsDelta citation) |
Incremental citation information that is streamed as part of the response generation process.
|
ContentBlockDelta.Builder |
ContentBlockDeltaEvent.BuilderImpl.getDelta() |
|
default ContentBlockDelta.Builder |
ContentBlockDelta.Builder.image(Consumer<ImageBlockDelta.Builder> image) |
A streaming delta event containing incremental image data.
|
ContentBlockDelta.Builder |
ContentBlockDelta.Builder.image(ImageBlockDelta image) |
A streaming delta event containing incremental image data.
|
default ContentBlockDelta.Builder |
ContentBlockDelta.Builder.reasoningContent(Consumer<ReasoningContentBlockDelta.Builder> reasoningContent) |
Contains content regarding the reasoning that is carried out by the model.
|
ContentBlockDelta.Builder |
ContentBlockDelta.Builder.reasoningContent(ReasoningContentBlockDelta reasoningContent) |
Contains content regarding the reasoning that is carried out by the model.
|
ContentBlockDelta.Builder |
ContentBlockDelta.Builder.text(String text) |
The content text.
|
ContentBlockDelta.Builder |
ContentBlockDelta.toBuilder() |
|
ContentBlockDelta.Builder |
ContentBlockDelta.Builder.toolResult(Collection<ToolResultBlockDelta> toolResult) |
An incremental update that contains the results from a tool call.
|
ContentBlockDelta.Builder |
ContentBlockDelta.Builder.toolResult(Consumer<ToolResultBlockDelta.Builder>... toolResult) |
An incremental update that contains the results from a tool call.
|
ContentBlockDelta.Builder |
ContentBlockDelta.Builder.toolResult(ToolResultBlockDelta... toolResult) |
An incremental update that contains the results from a tool call.
|
default ContentBlockDelta.Builder |
ContentBlockDelta.Builder.toolUse(Consumer<ToolUseBlockDelta.Builder> toolUse) |
Information about a tool that the model is requesting to use.
|
ContentBlockDelta.Builder |
ContentBlockDelta.Builder.toolUse(ToolUseBlockDelta toolUse) |
Information about a tool that the model is requesting to use.
|