Class AttributionSourceId
Identifier for the source contributing to this attribution.
Inherited Members
Namespace: Glitch9.AIDevKit.Google
Assembly: Glitch9.AIDevKit.Provider.Google.dll
Syntax
public class AttributionSourceId
Properties
| Edit this page View SourceGroundingPassage
Identifier for an inline passage.
Declaration
[JsonProperty("groundingPassage")]
public GroundingPassageId GroundingPassage { get; set; }
Property Value
| Type | Description |
|---|---|
| GroundingPassageId |
SemanticRetrieverChunk
Identifier for a Chunk fetched via Semantic Retriever.
Declaration
[JsonProperty("semanticRetrieverChunk")]
public SemanticRetrieverChunk SemanticRetrieverChunk { get; set; }
Property Value
| Type | Description |
|---|---|
| SemanticRetrieverChunk |