1.0 KiB
1.0 KiB
RetrieX Patch 9.0a - PromptBuilder basis YAML-only
This patch converts only the simple PromptBuilder basis, budget and shop-result limit values to required YAML configuration access.
Changed file:
src/Config/PromptBuilderConfig.php
Converted to required YAML-only access:
budget.chars_per_tokenbudget.history_padding_charsbudget.output_reserve_ratiobudget.output_reserve_min_tokensbudget.output_reserve_max_tokensbudget.safety_reserve_ratiobudget.safety_reserve_min_tokensbudget.safety_reserve_max_tokensbudget.min_prompt_budget_tokensshop_results.max_results_in_promptshop_results.detailed_max_counttechnical_product_keyword_match_threshold
No prompt wording rules, fact-grounding rules, retrieval logic, shop logic, AgentRunner logic, or SSE/frontend code is changed.
After applying, run:
php bin/console cache:clear
php bin/console mto:agent:config:validate
php bin/console mto:agent:config:audit-source --details
php bin/console mto:agent:regression:test