Class GroundingSupport
chunk to connect model response text to the source in groundingChunk
Inherited Members
Namespace: Oci.GenerativeaiinferenceService.Models
Assembly: OCI.DotNetSDK.Generativeaiinference.dll
Syntax
public class GroundingSupport
Properties
GroundingChunkIndices
Declaration
[JsonProperty(PropertyName = "groundingChunkIndices")]
public List<int> GroundingChunkIndices { get; set; }
Property Value
Type | Description |
---|---|
List<int> | The grounding chunk indices |
Segment
Declaration
[JsonProperty(PropertyName = "segment")]
public GroundingSupportSegment Segment { get; set; }
Property Value
Type | Description |
---|---|
GroundingSupportSegment |