AttributionSourceId constructor

AttributionSourceId({
  1. AttributionSourceId_GroundingPassageId? groundingPassage,
  2. AttributionSourceId_SemanticRetrieverChunk? semanticRetrieverChunk,
})

Implementation

AttributionSourceId({this.groundingPassage, this.semanticRetrieverChunk})
  : super(fullyQualifiedName);