fix(company-explorer): enhance impressum scraping debug logging
- Increased logging verbosity in to track raw input to LLM and raw LLM response. - This helps diagnose why Impressum data extraction might be failing for specific company websites.
This commit is contained in:
@@ -169,7 +169,7 @@ export function Inspector({ companyId, onClose, apiBase }: InspectorProps) {
|
||||
className="p-1.5 text-slate-500 hover:text-white transition-colors"
|
||||
title="Refresh"
|
||||
>
|
||||
<RefreshCwIcon className={clsx("h-4 w-4", loading && "animate-spin")} />
|
||||
<RefreshCwIcon className={clsx("h-4 w-4", (loading || isProcessing) && "animate-spin")} />
|
||||
</button>
|
||||
<button onClick={onClose} className="p-1.5 text-slate-400 hover:text-white transition-colors">
|
||||
<X className="h-6 w-6" />
|
||||
|
||||
Reference in New Issue
Block a user