new config PromptBuilderConfig.php

This commit is contained in:
team 1
2026-04-19 14:49:51 +02:00
parent 4d944a5113
commit 39849d22cb
3 changed files with 109 additions and 103 deletions

View File

@@ -115,8 +115,6 @@ final readonly class ShopSearchService
): array {
$criteria = $this->criteriaBuilder->build($query, $this->maxResults);
$response = [];
try {
$response = $this->storeApiClient->searchProducts($criteria);
} catch (