import React from 'react' import { Plus, Minus, Eraser } from 'lucide-react' import { useZeroShotClassification } from '../../contexts/ZeroShotClassificationContext' import { Slider } from '@/components/ui/slider' const ZeroShotClassificationConfig = () => { const { config, setConfig, sections, addCategory, removeCategory, clearResults, updateSectionTitle } = useZeroShotClassification() return (
Minimum confidence score required for classification (lower values classify more items)
Threshold: Items with confidence scores below this threshold will be classified as "Other"
Categories: Edit category names to customize classification labels
Other: Fallback category for items that don't meet the threshold for any specific category