Interface MarkdownReferenceModel

Represents a reference to a part of a markdown document.

MarkdownReferenceModel

interface MarkdownReferenceModel {
    file: AssistantFileModel;
    type: string;
}

Properties

Properties

MarkdownReferenceModel

type: string

The type of reference. Always "markdown".

MarkdownReferenceModel