Class AttributionSourceId
Identifier for the source contributing to this attribution.
public class AttributionSourceId
- Inheritance
-
objectAttributionSourceId
Properties
GroundingPassage
Identifier for an inline passage.
public GroundingPassageId GroundingPassage { get; set; }
Property Value
SemanticRetrieverChunk
Identifier for a Chunk fetched via Semantic Retriever.
public SemanticRetrieverChunk SemanticRetrieverChunk { get; set; }