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

The text content of the highlighted portion from the referenced document.

HighlightModel

type: string

The type of the highlight. Only text is supported.

HighlightModel