From e5f55fc3f37f32eeaab0d54d8379d5734729db65 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Fri, 10 Jul 2026 10:55:00 +0800 Subject: [PATCH] fix: model codes table supplychain.suppliers -> suppliers to avoid get_code.dspy SQL error --- models/llm.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/llm.json b/models/llm.json index a8d30f1..28535f9 100644 --- a/models/llm.json +++ b/models/llm.json @@ -87,7 +87,7 @@ "codes": [ { "field": "providerid", - "table": "supplychain.suppliers", + "table": "suppliers", "valuefield": "id", "textfield": "supplier_name" },