UNPKG

mindee

Version:

Mindee Client Library for Node.js

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