Skip to content

/AWS1/CL_BDRCONTENTBLOCKDELTA

A block of content in a streaming response.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_text TYPE /AWS1/BDRSTRING /AWS1/BDRSTRING

The content text.

io_tooluse TYPE REF TO /AWS1/CL_BDRTOOLUSEBLOCKDELTA /AWS1/CL_BDRTOOLUSEBLOCKDELTA

Information about a tool that the model is requesting to use.

it_toolresult TYPE /AWS1/CL_BDRTOOLRSLTBLOCKDELTA=>TT_TOOLRESULTBLOCKSDELTA TT_TOOLRESULTBLOCKSDELTA

An incremental update that contains the results from a tool call.

io_reasoningcontent TYPE REF TO /AWS1/CL_BDRRSNINGCONTBLKDELTA /AWS1/CL_BDRRSNINGCONTBLKDELTA

Contains content regarding the reasoning that is carried out by the model. Reasoning refers to a Chain of Thought (CoT) that the model generates to enhance the accuracy of its final response.

io_citation TYPE REF TO /AWS1/CL_BDRCITATIONSDELTA /AWS1/CL_BDRCITATIONSDELTA

Incremental citation information that is streamed as part of the response generation process.

io_image TYPE REF TO /AWS1/CL_BDRIMAGEBLOCKDELTA /AWS1/CL_BDRIMAGEBLOCKDELTA

A streaming delta event containing incremental image data.


Queryable Attributes

text

The content text.

Accessible with the following methods

Method Description
GET_TEXT() Getter for TEXT, with configurable default
ASK_TEXT() Getter for TEXT w/ exceptions if field has no value
HAS_TEXT() Determine if TEXT has a value

toolUse

Information about a tool that the model is requesting to use.

Accessible with the following methods

Method Description
GET_TOOLUSE() Getter for TOOLUSE

toolResult

An incremental update that contains the results from a tool call.

Accessible with the following methods

Method Description
GET_TOOLRESULT() Getter for TOOLRESULT, with configurable default
ASK_TOOLRESULT() Getter for TOOLRESULT w/ exceptions if field has no value
HAS_TOOLRESULT() Determine if TOOLRESULT has a value

reasoningContent

Contains content regarding the reasoning that is carried out by the model. Reasoning refers to a Chain of Thought (CoT) that the model generates to enhance the accuracy of its final response.

Accessible with the following methods

Method Description
GET_REASONINGCONTENT() Getter for REASONINGCONTENT

citation

Incremental citation information that is streamed as part of the response generation process.

Accessible with the following methods

Method Description
GET_CITATION() Getter for CITATION

image

A streaming delta event containing incremental image data.

Accessible with the following methods

Method Description
GET_IMAGE() Getter for IMAGE