/AWS1/CL_BDRTOOLRSLTBLOCKSTART¶
The start of a tool result block. For more information, see Call a tool with the Converse API in the Amazon Bedrock User Guide.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_tooluseid TYPE /AWS1/BDRTOOLUSEID /AWS1/BDRTOOLUSEID¶
The ID of the tool that was used to generate this tool result block.
Optional arguments:¶
iv_type TYPE /AWS1/BDRSTRING /AWS1/BDRSTRING¶
The type for the tool that was used to generate this tool result block.
iv_status TYPE /AWS1/BDRTOOLRESULTSTATUS /AWS1/BDRTOOLRESULTSTATUS¶
The status of the tool result block.
Queryable Attributes¶
toolUseId¶
The ID of the tool that was used to generate this tool result block.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TOOLUSEID() |
Getter for TOOLUSEID, with configurable default |
ASK_TOOLUSEID() |
Getter for TOOLUSEID w/ exceptions if field has no value |
HAS_TOOLUSEID() |
Determine if TOOLUSEID has a value |
type¶
The type for the tool that was used to generate this tool result block.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |
status¶
The status of the tool result block.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |