From 1a69fba5078a9875af46af21dda0b3dab86390f4 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Thu, 12 Feb 2026 16:38:09 +0800 Subject: [PATCH] bugfix --- wwwroot/question_answered.dspy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wwwroot/question_answered.dspy b/wwwroot/question_answered.dspy index 6e0ab41..d5440a8 100644 --- a/wwwroot/question_answered.dspy +++ b/wwwroot/question_answered.dspy @@ -3,7 +3,7 @@ answer = params_kw.answer if questionkey: await session_setvalue(questionkey, answer) return { - "status":"SUCCEEDED" + "status":"SUCCEEDED", "data":{ "questionkey": questionkey, "value": await session_getvalue(questionkey)