mirror of
https://github.com/langgenius/dify.git
synced 2026-05-05 18:08:07 +08:00
fix: llm generation variable
This commit is contained in:
@ -46,7 +46,7 @@ export const useWorkflowTemplate = () => {
|
||||
id: 'answer',
|
||||
data: {
|
||||
...answerDefault.defaultValue,
|
||||
answer: `{{#${llmNode.id}.text#}}`,
|
||||
answer: `{{#${llmNode.id}.generation#}}`,
|
||||
type: answerDefault.metaData.type,
|
||||
title: t(`blocks.${answerDefault.metaData.type}`, { ns: 'workflow' }),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user