/AWS1/CL_BDOSEMOVREXTCONFINPUT¶
Input for semantic override extraction configuration in a memory strategy.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_appendtoprompt
TYPE /AWS1/BDOPROMPT
/AWS1/BDOPROMPT
¶
The text to append to the prompt for semantic extraction.
iv_modelid
TYPE /AWS1/BDOSTRING
/AWS1/BDOSTRING
¶
The model ID to use for semantic extraction.
Queryable Attributes¶
appendToPrompt¶
The text to append to the prompt for semantic extraction.
Accessible with the following methods¶
Method | Description |
---|---|
GET_APPENDTOPROMPT() |
Getter for APPENDTOPROMPT, with configurable default |
ASK_APPENDTOPROMPT() |
Getter for APPENDTOPROMPT w/ exceptions if field has no valu |
HAS_APPENDTOPROMPT() |
Determine if APPENDTOPROMPT has a value |
modelId¶
The model ID to use for semantic extraction.
Accessible with the following methods¶
Method | Description |
---|---|
GET_MODELID() |
Getter for MODELID, with configurable default |
ASK_MODELID() |
Getter for MODELID w/ exceptions if field has no value |
HAS_MODELID() |
Determine if MODELID has a value |