/AWS1/CL_BDCSYSTEMPROMPTCONFIG¶
The system prompt input, either as inline text or from a configuration bundle.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_text TYPE /AWS1/BDCSYSTEMPROMPTTEXT /AWS1/BDCSYSTEMPROMPTTEXT¶
The system prompt text provided inline.
io_configurationbundle TYPE REF TO /AWS1/CL_BDCSYSPRMPTCONFBUNDLE /AWS1/CL_BDCSYSPRMPTCONFBUNDLE¶
The system prompt sourced from a configuration bundle version.
Queryable Attributes¶
text¶
The system prompt text provided inline.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TEXT() |
Getter for TEXT, with configurable default |
ASK_TEXT() |
Getter for TEXT w/ exceptions if field has no value |
HAS_TEXT() |
Determine if TEXT has a value |
configurationBundle¶
The system prompt sourced from a configuration bundle version.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONFIGURATIONBUNDLE() |
Getter for CONFIGURATIONBUNDLE |