mindee
Version:
Mindee Client Library for Node.js
10 lines (9 loc) • 335 B
TypeScript
import { ExtraField } from "./extras.js";
import { StringDict } from "../../../../parsing/stringDict.js";
export declare class RAGExtra extends ExtraField {
/**
* ID reference of the document matched by the Retrieval-Augmented Generation.
*/
matchingDocumentId?: string;
constructor(rawPrediction: StringDict);
}