unsloth/studio/frontend/src
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
..
app Add AGPL-3.0 SPDX headers to all source files 2026-03-09 20:17:45 +00:00
assets add studio root folder 2026-02-02 09:14:35 +00:00
components Add AGPL-3.0 SPDX headers to all source files 2026-03-09 20:17:45 +00:00
config Add AGPL-3.0 SPDX headers to all source files 2026-03-09 20:17:45 +00:00
features feat: add AI Assist button for user-triggered column classification 2026-03-10 11:09:01 +00:00
hooks Add AGPL-3.0 SPDX headers to all source files 2026-03-09 20:17:45 +00:00
lib Add AGPL-3.0 SPDX headers to all source files 2026-03-09 20:17:45 +00:00
shared 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
utils Add AGPL-3.0 SPDX headers to all source files 2026-03-09 20:17:45 +00:00
index.css Add AGPL-3.0 SPDX headers to all source files 2026-03-09 20:17:45 +00:00
main.tsx Add AGPL-3.0 SPDX headers to all source files 2026-03-09 20:17:45 +00:00
speech-recognition.d.ts Add AGPL-3.0 SPDX headers to all source files 2026-03-09 20:17:45 +00:00