Represents a portion of a referenced document that directly supports or is relevant to the response.

HighlightModel

interface HighlightModel {
    content: string;
    type: string;
}

Properties

Properties

content: string

HighlightModel

type: string

The type of the highlight. Currently it is always text.

HighlightModel