|string> */ public function rules(): array { return [ 'ai_confidence_threshold' => ['required', 'integer', 'min:50', 'max:95'], ]; } }