fix: Do not include word 'workflow' in auto-generated name (no-changelog) (#18531)

This commit is contained in:
Eugene
2025-08-19 12:03:05 +02:00
committed by GitHub
parent dd55201ee6
commit 6966a90f2c

View File

@@ -9,7 +9,7 @@ const workflowNamingPromptTemplate = PromptTemplate.fromTemplate(
{initialPrompt} {initialPrompt}
</initial_prompt> </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.
`, `,
); );