/AWS1/CL_BDRTOOLSPECIFICATION¶
The specification for the tool. For more information, see Call a tool with the Converse API in the Amazon Bedrock User Guide.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_name TYPE /AWS1/BDRTOOLNAME /AWS1/BDRTOOLNAME¶
The name for the tool.
io_inputschema TYPE REF TO /AWS1/CL_BDRTOOLINPUTSCHEMA /AWS1/CL_BDRTOOLINPUTSCHEMA¶
The input schema for the tool in JSON format.
Optional arguments:¶
iv_description TYPE /AWS1/BDRNONEMPTYSTRING /AWS1/BDRNONEMPTYSTRING¶
The description for the tool.
Queryable Attributes¶
name¶
The name for the tool.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
description¶
The description for the tool.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
inputSchema¶
The input schema for the tool in JSON format.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INPUTSCHEMA() |
Getter for INPUTSCHEMA |