File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -604,10 +604,6 @@ const defaultPrompt = `${t('workflow.nodes.aiChatNode.defaultPrompt')}:
604604${t (' views.problem.title' )}:
605605{{${t (' workflow.nodes.startNode.label' )}.question}} `
606606
607- const longTermPrompt =
608- t (' views.application.longTermMemory.tips1' ) +
609- ' {memory}' +
610- t (' views.application.longTermMemory.tips2' )
611607
612608const collapseData = reactive ({
613609 MCP: true ,
Original file line number Diff line number Diff line change @@ -267,7 +267,7 @@ const form = {
267267 prologue: t (' views.application.form.defaultPrologue' ),
268268}
269269
270- const longTermTips = t (' views.application.longTermMemory.tips1' ) + ' { memory}' + t (' views.application.longTermMemory.tips2' )
270+ const longTermTips = t (' views.application.longTermMemory.tips1' ) + ` {{${ t ( ' workflow.nodes.startNode.label ' )}. memory}} ` + t (' views.application.longTermMemory.tips2' )
271271
272272const wheel = (e : any ) => {
273273 if (e .ctrlKey === true ) {
You can’t perform that action at this time.
0 commit comments