diff --git a/wwwroot/product_query_price.dspy b/wwwroot/product_query_price.dspy index 31e9417..3ff0693 100644 --- a/wwwroot/product_query_price.dspy +++ b/wwwroot/product_query_price.dspy @@ -5,7 +5,12 @@ config_data = params_kw.config_data if product_type == 'llm': r = await llm_query_price(product_id, config_data) - return r + return { + "status": "ok", + "data": { + "prices": r + } + } return { "status": "error", "data": {