third step

This commit is contained in:
team2
2026-04-29 21:27:24 +02:00
parent b71adf33f0
commit 8ece67b461
7 changed files with 220 additions and 140 deletions

View File

@@ -78,7 +78,7 @@ final readonly class IntentLite
// --------------------------------------------------------
// Entscheidung
// --------------------------------------------------------
$isList = $score >= IntentLightConfig::LIST_THRESHOLD;
$isList = $score >= $this->config->getListThreshold();
return [
'is_list' => $isList,