/** * This file was auto-generated by Fern from our API Definition. */ import * as Vellum from "../index"; /** * A document value that is used in a chat message. */ export interface DocumentChatMessageContent { type: "DOCUMENT"; value: Vellum.VellumDocument; }