Skip to content

/AWS1/CL_BDOHARNINLFUNCCONFIG

Configuration for an inline function tool. When the agent calls this tool, the tool call is returned to the caller for external execution.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_description TYPE /AWS1/BDOHARNESSINLINEFUNCDESC /AWS1/BDOHARNESSINLINEFUNCDESC

Description of what the tool does, provided to the model.

io_inputschema TYPE REF TO /AWS1/CL_RT_DOCUMENT /AWS1/CL_RT_DOCUMENT

JSON Schema describing the tool's input parameters.


Queryable Attributes

description

Description of what the tool does, provided to the model.

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

JSON Schema describing the tool's input parameters.

Accessible with the following methods

Method Description
GET_INPUTSCHEMA() Getter for INPUTSCHEMA, with configurable default
ASK_INPUTSCHEMA() Getter for INPUTSCHEMA w/ exceptions if field has no value
HAS_INPUTSCHEMA() Determine if INPUTSCHEMA has a value