/AWS1/CL_BDOAGNTSKILLSDESCRPTR¶
The agent skills descriptor for a registry record. Contains an optional skill markdown definition in human-readable format and an optional structured skill definition.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_skillmd TYPE REF TO /AWS1/CL_BDOSKILLMDDEFINITION /AWS1/CL_BDOSKILLMDDEFINITION¶
The optional skill markdown definition describing the agent's skills in a human-readable format.
io_skilldefinition TYPE REF TO /AWS1/CL_BDOSKILLDEFINITION /AWS1/CL_BDOSKILLDEFINITION¶
The structured skill definition with schema version and content.
Queryable Attributes¶
skillMd¶
The optional skill markdown definition describing the agent's skills in a human-readable format.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SKILLMD() |
Getter for SKILLMD |
skillDefinition¶
The structured skill definition with schema version and content.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SKILLDEFINITION() |
Getter for SKILLDEFINITION |