AgenticRetrieveTraceEventAttributes
Attributes describing the details of an agentic retrieval trace event.
Contents
- message
-
A human-readable message describing the trace event.
Type: String
Required: Yes
- status
-
The status of the current step.
Type: String
Valid Values:
IN_PROGRESS | SUCCEEDED | FAILEDRequired: Yes
- step
-
The current step in the retrieval process.
Type: String
Valid Values:
Planning | Retrieval | SpeculativeRetrieval | FullDocumentExpansionRequired: Yes
- actions
-
The list of actions taken during this step.
Type: Array of AgenticRetrieveAction objects
Required: No
- failures
-
Failures that occurred during this step.
Type: Array of AgenticRetrieveFailure objects
Array Members: Minimum number of 1 item.
Required: No
- retrievalMetadata
-
Metadata about the retrieval sources used.
Type: Array of AgenticRetrieveSourceMetadata objects
Required: No
- retrievalResponse
-
The retrieval results from this step.
Type: Array of AgenticRetrieveTraceResultItem objects
Required: No
- warnings
-
Warnings generated during this step.
Type: Array of AgenticRetrieveWarning objects
Array Members: Minimum number of 1 item.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: