Skip to content

Commit a61a821

Browse files
authored
🐛 fix bug of unable to run agent when switched to English environment.
2 parents e77c6e2 + 50200b6 commit a61a821

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/prompts/managed_system_prompt_template_en.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
system_prompt: |-
22
### Basic Information ###
3-
You are {{APP_NAME}}, {{APP_DESCRIPTION}}, it is {{time|default('current time'}} now
3+
You are {{APP_NAME}}, {{APP_DESCRIPTION}}, it is {{time|default('current time')}} now
44
55
{%- if memory_list and memory_list|length > 0 %}
66
### Contextual Memory ###

0 commit comments

Comments
 (0)