Skip to content

/AWS1/CL_BDRTOOLRSLTBLOCKDELTA

Contains incremental updates to tool results information during streaming responses. This allows clients to build up tool results data progressively as the response is generated.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_text TYPE /AWS1/BDRSTRING /AWS1/BDRSTRING

The reasoning the model used to return the output.

io_json TYPE REF TO /AWS1/CL_RT_DOCUMENT /AWS1/CL_RT_DOCUMENT

The JSON schema for the tool result content block. see JSON Schema Reference.


Queryable Attributes

text

The reasoning the model used to return the output.

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

json

The JSON schema for the tool result content block. see JSON Schema Reference.

Accessible with the following methods

Method Description
GET_JSON() Getter for JSON, with configurable default
ASK_JSON() Getter for JSON w/ exceptions if field has no value
HAS_JSON() Determine if JSON has a value

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_TOOLRESULTBLOCKSDELTA

TYPES TT_TOOLRESULTBLOCKSDELTA TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDRTOOLRSLTBLOCKDELTA WITH DEFAULT KEY
.