UNPKG

mindee

Version:

Mindee Client Library for Node.js

9 lines (8 loc) 243 B
import { StringDict } from "../common"; export declare class RagMetadata { /** * The UUID of the matched document used during the RAG operation. */ retrievedDocumentId?: string; constructor(serverResponse: StringDict); }