fix p51
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user