p28
This commit is contained in:
@@ -808,6 +808,17 @@ final class AgentRunnerConfig
|
||||
return $this->getRequiredBool('shop_prompt.meta_query_guard.enabled');
|
||||
}
|
||||
|
||||
public function getShopQueryContextFallbackCleanupProfile(): string
|
||||
{
|
||||
$value = $this->optionalValue('shop_prompt.meta_query_guard.cleanup_profile');
|
||||
|
||||
if (is_string($value) && trim($value) !== '') {
|
||||
return trim($value);
|
||||
}
|
||||
|
||||
return 'shop_context_fallback';
|
||||
}
|
||||
|
||||
/**
|
||||
* @return string[]
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user