/AWS1/CL_BDZAGRTVSTRMRSPOUT_EV¶
The streaming output for agentic retrieval, containing results, traces, and errors.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_result TYPE REF TO /AWS1/CL_BDZAGNTCRETRVRSLTEVT /AWS1/CL_BDZAGNTCRETRVRSLTEVT¶
A retrieval result event containing the retrieved items.
io_traceevent TYPE REF TO /AWS1/CL_BDZAGNTCRETRVTRACEEVT /AWS1/CL_BDZAGNTCRETRVTRACEEVT¶
A trace event providing visibility into the retrieval process.
io_responseevent TYPE REF TO /AWS1/CL_BDZAGNTCRETRVRSPEVENT /AWS1/CL_BDZAGNTCRETRVRSPEVENT¶
A chunk of the generated answer. Emitted only when generateResponse is true.
Queryable Attributes¶
result¶
A retrieval result event containing the retrieved items.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESULT() |
Getter for RESULT |
traceEvent¶
A trace event providing visibility into the retrieval process.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TRACEEVENT() |
Getter for TRACEEVENT |
responseEvent¶
A chunk of the generated answer. Emitted only when generateResponse is true.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESPONSEEVENT() |
Getter for RESPONSEEVENT |