Skip to content

Commit df360a5

Browse files
小调整
1 parent eba4501 commit df360a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ def build_classification_prompt(self, user_input: str, branch: List[Dict], outpu
155155
return PROMPT_TEMPLATE.format(
156156
classification_list=classification_list,
157157
user_input=user_input,
158-
output_reason=',\n"reason": ""' if output_reason is True else ""
158+
output_reason=',\n"reason": ""' if output_reason is True else ''
159159
)
160160

161161
def generate_message_list(self, system: str, prompt: str, history_message):

0 commit comments

Comments
 (0)