Skip to content

Commit eba4501

Browse files
show the system prompt in the execution detail
1 parent 029a9f4 commit eba4501

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/application/flow/step_node/intent_node/impl/base_intent_node.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ def execute(self, model_id, dialogue_number, history_chat_record, user_input, br
7474

7575
# 构建分类提示词
7676
prompt = self.build_classification_prompt(user_input, branch, output_reason)
77+
self.context['system'] = prompt
7778

7879
# 生成消息列表
7980
system = self.build_system_prompt()

0 commit comments

Comments
 (0)