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.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() |
|
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.
|