Class AttributionSourceId
Identifier for the source contributing to this attribution.
Inheritance
object
AttributionSourceId
Namespace: Glitch9.AIDevKit.Google
Assembly: .dll
Syntax
public class AttributionSourceId
Properties
GroundingPassage
Identifier for an inline passage.
Declaration
public GroundingPassageId GroundingPassage { get; set; }
Property Value
Type | Description |
---|---|
GroundingPassageId |
SemanticRetrieverChunk
Identifier for a Chunk fetched via Semantic Retriever.
Declaration
public SemanticRetrieverChunk SemanticRetrieverChunk { get; set; }
Property Value
Type | Description |
---|---|
SemanticRetrieverChunk |