patch 20i

This commit is contained in:
team 1
2026-05-03 10:27:46 +02:00
parent e54d7ecbe7
commit e9070ac96b
5 changed files with 280 additions and 7 deletions

View File

@@ -721,6 +721,14 @@ final class AgentRunnerConfig
return $this->getRequiredStringList('shop_prompt.conversation_context_rules');
}
/**
* @return string[]
*/
public function getShopQueryContextUsageReferentialTerms(): array
{
return $this->getRequiredStringList('shop_prompt.context_usage.referential_terms');
}
public function getShopPromptIntro(): string
{
return $this->getRequiredString('shop_prompt.intro');