This commit is contained in:
team 1
2026-05-06 13:51:22 +02:00
parent 1b261c26d7
commit ced1431a35
5 changed files with 281 additions and 11 deletions

View File

@@ -1140,6 +1140,11 @@ final class AgentRunnerConfig
return $this->getRequiredBool('shop_prompt.direct_result_guard.enabled');
}
public function shouldPreferDirectShopResultGuardPrimaryIdentityMatches(): bool
{
return $this->getOptionalBool('shop_prompt.direct_result_guard.prefer_primary_identity_matches', true);
}
public function isDirectShopResultGuardCompoundPrefixMatchEnabled(): bool
{
return $this->getOptionalBool('shop_prompt.direct_result_guard.compound_prefix_match.enabled', false);