From 2e40599a521ab017d0e9806a5ce2b0426bf8013e Mon Sep 17 00:00:00 2001 From: team 1 Date: Wed, 22 Apr 2026 18:00:46 +0200 Subject: [PATCH] new MAX_SHOP_RESULTS_IN_PROMPT from 8 to 24 --- src/Config/PromptBuilderConfig.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Config/PromptBuilderConfig.php b/src/Config/PromptBuilderConfig.php index 96fa05b..6c4bd88 100644 --- a/src/Config/PromptBuilderConfig.php +++ b/src/Config/PromptBuilderConfig.php @@ -37,7 +37,7 @@ class PromptBuilderConfig{ * The shop search may return many candidates, but the LLM should only see * the most relevant top subset after local reranking. */ - public const MAX_SHOP_RESULTS_IN_PROMPT = 8; + public const MAX_SHOP_RESULTS_IN_PROMPT = 24; /** * Technical product prompts should be answered like documentation,