Bases: UnknownEnumMixin, StrEnum
The status of an agentic retrieval step.
Attributes
FAILED
class-attribute
instance-attribute
IN_PROGRESS
class-attribute
instance-attribute
IN_PROGRESS = 'IN_PROGRESS'
The step is currently in progress.
SUCCEEDED
class-attribute
instance-attribute
The step completed successfully.