/**
 * This file was auto-generated by Fern from our API Definition.
 */
/**
 * If `return_documents` is set as `false` this will return none, if `true` it will return the documents passed in
 */
export interface RerankResponseResultsItemDocument {
    /** The text of the document to rerank */
    text: string;
}
