Class GroundingAttribution
Attribution for a source that contributed to an answer.
Inherited Members
Namespace: Glitch9.AIDevKit.Google
Assembly: Glitch9.AIDevKit.Provider.Google.dll
Syntax
public class GroundingAttribution
Properties
| Edit this page View SourceContent
Grounding source content that makes up this attribution.
Declaration
[JsonProperty("content")]
public GeminiContent Content { get; set; }
Property Value
| Type | Description |
|---|---|
| GeminiContent |
SourceId
Output only. Identifier for the source contributing to this attribution.
Declaration
[JsonProperty("sourceId")]
public AttributionSourceId SourceId { get; set; }
Property Value
| Type | Description |
|---|---|
| AttributionSourceId |