AttributionSourceId constructor
AttributionSourceId({
- AttributionSourceId_GroundingPassageId? groundingPassage,
- AttributionSourceId_SemanticRetrieverChunk? semanticRetrieverChunk,
Implementation
AttributionSourceId({this.groundingPassage, this.semanticRetrieverChunk})
: super(fullyQualifiedName);