third step
This commit is contained in:
@@ -78,7 +78,7 @@ final readonly class IntentLite
|
||||
// --------------------------------------------------------
|
||||
// Entscheidung
|
||||
// --------------------------------------------------------
|
||||
$isList = $score >= IntentLightConfig::LIST_THRESHOLD;
|
||||
$isList = $score >= $this->config->getListThreshold();
|
||||
|
||||
return [
|
||||
'is_list' => $isList,
|
||||
|
||||
Reference in New Issue
Block a user