UNPKG

@sap-ai-sdk/document-grounding

Version:

> [!warning] > This package is still in **beta** and is subject to breaking changes. Use it with caution.

11 lines 275 B
/** * Representation of the 'ValidationError' schema. */ export type ValidationError = { loc: (string | number)[]; msg: string; type: string; input?: any; ctx?: Record<string, any>; } & Record<string, any>; //# sourceMappingURL=validation-error.d.ts.map