/AWS1/CL_BDRTOOL¶
Information about a tool that you can use with the Converse API. For more information, see Call a tool with the Converse API in the Amazon Bedrock User Guide.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_toolspec TYPE REF TO /AWS1/CL_BDRTOOLSPECIFICATION /AWS1/CL_BDRTOOLSPECIFICATION¶
The specfication for the tool.
io_systemtool TYPE REF TO /AWS1/CL_BDRSYSTEMTOOL /AWS1/CL_BDRSYSTEMTOOL¶
Specifies the system-defined tool that you want use.
io_cachepoint TYPE REF TO /AWS1/CL_BDRCACHEPOINTBLOCK /AWS1/CL_BDRCACHEPOINTBLOCK¶
CachePoint to include in the tool configuration.
Queryable Attributes¶
toolSpec¶
The specfication for the tool.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TOOLSPEC() |
Getter for TOOLSPEC |
systemTool¶
Specifies the system-defined tool that you want use.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SYSTEMTOOL() |
Getter for SYSTEMTOOL |
cachePoint¶
CachePoint to include in the tool configuration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CACHEPOINT() |
Getter for CACHEPOINT |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_TOOLS¶
TYPES TT_TOOLS TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDRTOOL WITH DEFAULT KEY
.