UNPKG

@sap-ai-sdk/document-grounding

Version:

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

10 lines 253 B
/** * Representation of the 'MessageResponse' schema. */ export type MessageResponse = { /** * @example "Tenant onboarding request accepted" */ message?: string; } & Record<string, any>; //# sourceMappingURL=message-response.d.ts.map