AgenticRetrieveResultItem¶
Structure Class¶
AgenticRetrieveResultItem
dataclass
¶
A single item from the agentic retrieval results.
Attributes¶
metadata
class-attribute
instance-attribute
¶
metadata: dict[str, Document] | None = None
Metadata associated with the retrieved item.
source_retriever
instance-attribute
¶
source_retriever: AgenticRetrieveSourceRetriever
The source retriever that produced this result.