eaglelandsonce commited on
Commit
e7e1a5c
1 Parent(s): 91e16a7

Upload en.json

Browse files
Files changed (1) hide show
  1. crewai/prompts/en.json +8 -0
crewai/prompts/en.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "slices": {
3
+ "task": "Begin! This is VERY important to you, your job depends on it!\n\nCurrent Task: {input}",
4
+ "memory": "This is the summary of your work so far:\n{chat_history}",
5
+ "role_playing": "You are {role}.\n{backstory}\n\nYour personal goal is: {goal}",
6
+ "tools": "TOOLS:\n------\nYou have access to the following tools:\n\n{tools}\n\nTo use a tool, please use the exact following format:\n\n```\nThought: Do I need to use a tool? Yes\nAction: the action to take, should be one of [{tool_names}], just the name.\nAction Input: the input to the action\nObservation: the result of the action\n```\n\nWhen you have a response for your task, or if you do not need to use a tool, you MUST use the format:\n\n```\nThought: Do I need to use a tool? No\nFinal Answer: [your response here]"
7
+ }
8
+ }