unsloth/studio/frontend/src/features/training
Roland Tannous 5d97f42af4 feat: add AI Assist button for user-triggered column classification
Move LLM-assisted column mapping from silent /check-format automation
to an explicit "AI Assist" button in the dataset mapping dialog. This
makes the feature transparent and user-controlled.

- Remove llm_classify_columns() from check_dataset_format() (heuristic-only)
- Remove auto-save suggested_mapping from use-training-actions.ts
- Add POST /api/datasets/ai-assist-mapping endpoint (receives preview
  samples from frontend, no dataset re-loading needed)
- Add AiAssistMappingRequest/Response models
- Add aiAssistMapping() frontend API function
- Add Sparkles AI Assist button to DatasetMappingCard with loading state
- Wire up handleAiAssist handler in dataset-preview-dialog.tsx
2026-03-10 11:09:01 +00:00
..
api feat: add AI Assist button for user-triggered column classification 2026-03-10 11:09:01 +00:00
components Add AGPL-3.0 SPDX headers to all source files 2026-03-09 20:17:45 +00:00
hooks feat: add AI Assist button for user-triggered column classification 2026-03-10 11:09:01 +00:00
lib Add AGPL-3.0 SPDX headers to all source files 2026-03-09 20:17:45 +00:00
stores Add AGPL-3.0 SPDX headers to all source files 2026-03-09 20:17:45 +00:00
types Add AGPL-3.0 SPDX headers to all source files 2026-03-09 20:17:45 +00:00
index.ts Add AGPL-3.0 SPDX headers to all source files 2026-03-09 20:17:45 +00:00