ContentBlockDelta |
ContentBlockDeltaEvent.delta() |
The delta for a content block delta event.
|
static ContentBlockDelta |
ContentBlockDelta.fromCitation(Consumer<CitationsDelta.Builder> citation) |
Create an instance of this class with citation() initialized to the given value.
|
static ContentBlockDelta |
ContentBlockDelta.fromCitation(CitationsDelta citation) |
Create an instance of this class with citation() initialized to the given value.
|
static ContentBlockDelta |
ContentBlockDelta.fromImage(Consumer<ImageBlockDelta.Builder> image) |
Create an instance of this class with image() initialized to the given value.
|
static ContentBlockDelta |
ContentBlockDelta.fromImage(ImageBlockDelta image) |
Create an instance of this class with image() initialized to the given value.
|
static ContentBlockDelta |
ContentBlockDelta.fromReasoningContent(Consumer<ReasoningContentBlockDelta.Builder> reasoningContent) |
|
static ContentBlockDelta |
ContentBlockDelta.fromReasoningContent(ReasoningContentBlockDelta reasoningContent) |
|
static ContentBlockDelta |
ContentBlockDelta.fromText(String text) |
Create an instance of this class with text() initialized to the given value.
|
static ContentBlockDelta |
ContentBlockDelta.fromToolResult(List<ToolResultBlockDelta> toolResult) |
Create an instance of this class with toolResult() initialized to the given value.
|
static ContentBlockDelta |
ContentBlockDelta.fromToolUse(Consumer<ToolUseBlockDelta.Builder> toolUse) |
Create an instance of this class with toolUse() initialized to the given value.
|
static ContentBlockDelta |
ContentBlockDelta.fromToolUse(ToolUseBlockDelta toolUse) |
Create an instance of this class with toolUse() initialized to the given value.
|