Show / Hide Table of Contents

Class GroundingSupport

chunk to connect model response text to the source in groundingChunk

Inheritance
object
GroundingSupport
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
In this article
Back to top