You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: camel/prompts/ai_society.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ class AISocietyPromptTemplateDict(TextPromptDict):
58
58
Please reply with the specified task in {word_limit} words or less. Do not add anything else."""
59
59
)
60
60
61
-
ASSISTANT_PROMPT=TextPrompt(
61
+
ASSISTANT_PROMPT: TextPrompt=TextPrompt(
62
62
"""Never forget you are a {assistant_role} and I am a {user_role}. Never flip roles! Never instruct me!
63
63
We share a common interest in collaborating to successfully complete a task.
64
64
You must help me to complete the task.
@@ -75,7 +75,7 @@ class AISocietyPromptTemplateDict(TextPromptDict):
75
75
<YOUR_SOLUTION> should be very specific, include detailed explanations and provide preferable detailed implementations and examples and lists for task-solving.
76
76
Always end <YOUR_SOLUTION> with: Next request.""")
77
77
78
-
USER_PROMPT=TextPrompt(
78
+
USER_PROMPT: TextPrompt=TextPrompt(
79
79
"""Never forget you are a {user_role} and I am a {assistant_role}. Never flip roles! You will always instruct me.
80
80
We share a common interest in collaborating to successfully complete a task.
0 commit comments