Interface JsonReferenceModel

Represents a reference to a JSON document.

JsonReferenceModel

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

Properties

Properties

JsonReferenceModel

type: string

The type of reference. Always json.

JsonReferenceModel