From 15d240ab234acc09ba7d958f88a0adda3aaf8bbb Mon Sep 17 00:00:00 2001 From: rogersun Date: Mon, 15 Jun 2026 17:41:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0AI=E8=BF=94=E5=9B=9E=E7=BB=93?= =?UTF-8?q?=E6=9E=9C=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ai/views.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ai/views.py b/ai/views.py index a242600..4376b6f 100644 --- a/ai/views.py +++ b/ai/views.py @@ -181,7 +181,8 @@ def report(request): 'take_tokens': json.loads(last_ai_data.take_tokens)['total_tokens'], 'csv': list_to_csv(output_csv), 'objects': output_list, - 'prompt': last_ai_data.prompt + 'prompt': last_ai_data.prompt, + 'result': last_ai_data.result, } } print(result_dict)