Class GroundingPassageId
Identifier for a part within a GroundingPassageId.
Inherited Members
Namespace: Glitch9.AIDevKit.Google
Assembly: Glitch9.AIDevKit.Provider.Google.dll
Syntax
public class GroundingPassageId
Properties
| Edit this page View SourcePartIndex
Output only. Index of the part within the GenerateAnswerRequest's GroundingPassage.content.
Declaration
[JsonProperty("partIndex")]
public int PartIndex { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
PassageId
Output only. ID of the passage matching the GenerateAnswerRequest's GroundingPassage.id.
Declaration
[JsonProperty("passageId")]
public string PassageId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |