We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9e18f1 commit 05cccf1Copy full SHA for 05cccf1
apps/application/flow/workflow_manage.py
@@ -745,7 +745,7 @@ def reset_prompt(self, prompt: str):
745
globeLabel = f"全局变量.{field.get('value')}"
746
globeLabelNew = f"global.{field.get('value')}"
747
globeValue = f"context.get('global').get('{field.get('value', '')}','')"
748
- prompt = prompt.replace(globeLabel, globeValue).replace(globeLabelNew, globeLabel)
+ prompt = prompt.replace(globeLabel, globeValue).replace(globeLabelNew, globeValue)
749
return prompt
750
751
def generate_prompt(self, prompt: str):
0 commit comments