From fbd431530b9fae410cb0e7f7c9e2cc33a3392db1 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Fri, 27 Mar 2026 14:38:29 +0800 Subject: [PATCH] bugfix --- wwwroot/product_query_price.dspy | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wwwroot/product_query_price.dspy b/wwwroot/product_query_price.dspy index 31b6c84..44f10f2 100644 --- a/wwwroot/product_query_price.dspy +++ b/wwwroot/product_query_price.dspy @@ -1,7 +1,10 @@ product_type = params_kw.product_type +product_id = params_kw.product_id +config_data = params_kw.config_data + if product_type == 'llm': - r = await path_call('/llmage/llm_query_price.dspy') + r = await llm_query_price(prduct_id, config_data) return r return { "status": "error",