/AWS1/CL_BDZAGENTICRETRIEVER¶
A retriever used in agentic retrieval.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
io_configuration TYPE REF TO /AWS1/CL_BDZRETRIEVERCONF /AWS1/CL_BDZRETRIEVERCONF¶
The configuration for this retriever.
Optional arguments:¶
iv_description TYPE /AWS1/BDZSTRING /AWS1/BDZSTRING¶
A description of the retriever's purpose.
Queryable Attributes¶
description¶
A description of the retriever's purpose.
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 |
configuration¶
The configuration for this retriever.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONFIGURATION() |
Getter for CONFIGURATION |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_AGENTICRETRIEVERS¶
TYPES TT_AGENTICRETRIEVERS TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDZAGENTICRETRIEVER WITH DEFAULT KEY
.