Skip to content

Commit 19cb98f

Browse files
小调整。
1 parent 596485b commit 19cb98f

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

  • ui/src/workflow/nodes/intent-classify-node

ui/src/workflow/nodes/intent-classify-node/index.vue

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,11 @@ const model_change = (model_id?: string) => {
324324
}
325325
}
326326
327-
const default_prompt_template = t('workflow.nodes.intentNode.default_prompt_template')
327+
const default_prompt_template = t('workflow.nodes.intentNode.default_prompt_template', {
328+
classification_list: '{classification_list}',
329+
user_input: '{user_input}',
330+
output_json: '{output_json}',
331+
})
328332
329333
const form = {
330334
model_id: '',

0 commit comments

Comments
 (0)