mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
fix: Do not include word 'workflow' in auto-generated name (no-changelog) (#18531)
This commit is contained in:
@@ -9,7 +9,7 @@ const workflowNamingPromptTemplate = PromptTemplate.fromTemplate(
|
||||
{initialPrompt}
|
||||
</initial_prompt>
|
||||
|
||||
This name should be concise, descriptive, and suitable for a workflow that automates tasks related to the given prompt. The name should be in a format that is easy to read and understand.
|
||||
This name should be concise, descriptive, and suitable for a workflow that automates tasks related to the given prompt. The name should be in a format that is easy to read and understand. Do not include the word "workflow" in the name.
|
||||
`,
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user