We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 596485b commit 19cb98fCopy full SHA for 19cb98f
1 file changed
ui/src/workflow/nodes/intent-classify-node/index.vue
@@ -324,7 +324,11 @@ const model_change = (model_id?: string) => {
324
}
325
326
327
-const default_prompt_template = t('workflow.nodes.intentNode.default_prompt_template')
+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
+})
332
333
const form = {
334
model_id: '',
0 commit comments