third step
This commit is contained in:
@@ -658,13 +658,13 @@ final readonly class RetriexEffectiveConfigProvider
|
||||
],
|
||||
],
|
||||
'light' => [
|
||||
'list_threshold' => IntentLightConfig::LIST_THRESHOLD,
|
||||
'list_threshold' => $this->intentLightConfig->getListThreshold(),
|
||||
'quantity_words' => $this->intentLightConfig->getQuantityWords(),
|
||||
'strong_patterns' => $this->intentLightConfig->getStrongPatterns(),
|
||||
],
|
||||
'sales' => [
|
||||
'dominance_delta' => SalesIntentConfig::DOMINANCE_DELTA,
|
||||
'min_score_threshold' => SalesIntentConfig::MIN_SCORE_THRESHOLD,
|
||||
'dominance_delta' => $this->salesIntentConfig->getDominanceDelta(),
|
||||
'min_score_threshold' => $this->salesIntentConfig->getMinScoreThreshold(),
|
||||
'sales_signals' => $this->salesIntentConfig->getSalesSignals(),
|
||||
'comparison_signals' => $this->salesIntentConfig->getComparisonSignals(),
|
||||
'objection_signals' => $this->salesIntentConfig->getObjectionSignals(),
|
||||
|
||||
Reference in New Issue
Block a user