From c8ff8d02d543a233dd790d126e0f94be89236cf5 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Thu, 3 Sep 2026 16:02:06 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BB=BB=E5=8A=A1=E6=A0=91API=E8=B7=AF?= =?UTF-8?q?=E5=BE=84=E6=98=BE=E5=BC=8F=E6=B3=A8=E5=86=8CRBAC=EF=BC=88?= =?UTF-8?q?=E7=B2=BE=E7=A1=AE=E5=8C=B9=E9=85=8D=EF=BC=8C/api/=E5=89=8D?= =?UTF-8?q?=E7=BC=80=E4=B8=8D=E8=A6=86=E7=9B=96=E5=85=B7=E4=BD=93dspy?= =?UTF-8?q?=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/load_path.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/load_path.py b/scripts/load_path.py index 28e917b..9c40fb3 100644 --- a/scripts/load_path.py +++ b/scripts/load_path.py @@ -47,6 +47,8 @@ for t in TABLES: PATHS_LOGINED += [ "/%s/api/" % MOD, "/%s/api/bid_probe.dspy" % MOD, + "/%s/api/bid_task_tree.dspy" % MOD, + "/%s/api/bid_task_io.dspy" % MOD, ]