/**
 * This file was auto-generated by Fern from our API Definition.
 */
/**
 * Relevant information that could be used by the model to generate a more accurate reply.
 * The contents of each document are generally short (under 300 words), and are passed in the form of a
 * dictionary of strings. Some suggested keys are "text", "author", "date". Both the key name and the value will be
 * passed to the model.
 */
export declare type ChatDocument = Record<string, string>;
