UNPKG

@future-agi/sdk

Version:

We help GenAI teams maintain high-accuracy for their Models in production.

7 lines 361 B
// Export main Dataset class export { Dataset, DatasetResponseHandler } from './dataset'; // Export all types, enums, and utilities export { DataTypeChoices, SourceChoices, DataTypeUtils, createColumn, createRow, createCell, DatasetTableUtils, } from './types'; // Default export export { Dataset as default } from './dataset'; //# sourceMappingURL=index.js.map