From f8de29d8f23e53b8c85124667c5674206d55a856 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Sat, 30 May 2026 00:43:05 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=81=A2=E5=A4=8Dformat=5Fexc()?= =?UTF-8?q?=E8=B0=83=E7=94=A8,=20=E6=A1=86=E6=9E=B6=E5=B7=B2=E9=A2=84?= =?UTF-8?q?=E5=8A=A0=E8=BD=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wwwroot/api/rl_callback.dspy | 1 + 1 file changed, 1 insertion(+) diff --git a/wwwroot/api/rl_callback.dspy b/wwwroot/api/rl_callback.dspy index ba4a54d..15beb27 100644 --- a/wwwroot/api/rl_callback.dspy +++ b/wwwroot/api/rl_callback.dspy @@ -31,6 +31,7 @@ try: except Exception as e: debug(f"[rl_callback] exception: {e}") print(f"[rl_callback] exception: {e}") + print(format_exc()) return json.dumps({"code": "500", "message": f"Internal error: {str(e)}"}) if result.get("success"):