fix p49
This commit is contained in:
@@ -1140,6 +1140,19 @@ final class AgentRunnerConfig
|
||||
return $this->getRequiredBool('shop_prompt.direct_result_guard.enabled');
|
||||
}
|
||||
|
||||
public function isDirectShopResultGuardCompoundPrefixMatchEnabled(): bool
|
||||
{
|
||||
return $this->getOptionalBool('shop_prompt.direct_result_guard.compound_prefix_match.enabled', false);
|
||||
}
|
||||
|
||||
/**
|
||||
* @return string[]
|
||||
*/
|
||||
public function getDirectShopResultGuardCompoundPrefixTerms(): array
|
||||
{
|
||||
return $this->getOptionalStringList('shop_prompt.direct_result_guard.compound_prefix_match.terms');
|
||||
}
|
||||
|
||||
public function isShopResultLengthSortEnabled(): bool
|
||||
{
|
||||
return $this->getRequiredBool('shop_prompt.length_sort.enabled');
|
||||
|
||||
Reference in New Issue
Block a user