p43D
This commit is contained in:
@@ -586,7 +586,10 @@ final class PromptBuilderConfig
|
||||
*/
|
||||
public function getMainDeviceRequestRoleKeywords(): array
|
||||
{
|
||||
return $this->getRequiredStringList('role_guard.main_device_request_keywords');
|
||||
return $this->getConfiguredStringListOrVocabularyView(
|
||||
'role_guard.main_device_request_keywords',
|
||||
'vocabulary_views.main_device_request_keywords'
|
||||
);
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -594,7 +597,10 @@ final class PromptBuilderConfig
|
||||
*/
|
||||
public function getMainDeviceProductRoleKeywords(): array
|
||||
{
|
||||
return $this->getRequiredStringList('role_guard.main_device_product_keywords');
|
||||
return $this->getConfiguredStringListOrVocabularyView(
|
||||
'role_guard.main_device_product_keywords',
|
||||
'vocabulary_views.main_device_product_keywords'
|
||||
);
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -602,7 +608,10 @@ final class PromptBuilderConfig
|
||||
*/
|
||||
public function getAccessoryProductRoleKeywords(): array
|
||||
{
|
||||
return $this->getRequiredStringList('role_guard.accessory_product_keywords');
|
||||
return $this->getConfiguredStringListOrVocabularyView(
|
||||
'role_guard.accessory_product_keywords',
|
||||
'vocabulary_views.accessory_product_keywords'
|
||||
);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user