patch 20i
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user