mongodb-rag-core
Version:
Common elements used by MongoDB Chatbot Framework components.
6 lines • 350 B
TypeScript
/**
Given a {@link DatabaseExecutionResult}, return a JSON schema-like object of the result.
This function builds on {@link getSimplifiedSchema}, but simplifies the types further.
*/
export declare function getVerySimplifiedSchema(result: unknown): Promise<Record<string, unknown> | string>;
//# sourceMappingURL=getVerySimplifiedSchema.d.ts.map