unsloth/studio/backend/models
Roland Tannous 5d471d7e4a 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
..
.gitkeep fix: restore models directory files deleted during restructure 2026-02-02 19:36:30 +00:00
__init__.py Add AGPL-3.0 SPDX headers to all source files 2026-03-09 20:17:45 +00:00
auth.py Add AGPL-3.0 SPDX headers to all source files 2026-03-09 20:17:45 +00:00
data_recipe.py Add AGPL-3.0 SPDX headers to all source files 2026-03-09 20:17:45 +00:00
datasets.py feat: add AI Assist button for user-triggered column classification 2026-03-10 11:09:01 +00:00
export.py Add AGPL-3.0 SPDX headers to all source files 2026-03-09 20:17:45 +00:00
inference.py Add AGPL-3.0 SPDX headers to all source files 2026-03-09 20:17:45 +00:00
models.py Add AGPL-3.0 SPDX headers to all source files 2026-03-09 20:17:45 +00:00
responses.py Add AGPL-3.0 SPDX headers to all source files 2026-03-09 20:17:45 +00:00
training.py Add AGPL-3.0 SPDX headers to all source files 2026-03-09 20:17:45 +00:00
users.py Add AGPL-3.0 SPDX headers to all source files 2026-03-09 20:17:45 +00:00