mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-10 00:28:31 +00:00
Adding new specs
This commit is contained in:
@@ -9,7 +9,7 @@ class Prompts(BaseModel):
|
||||
"""Prompts for generic agent."""
|
||||
|
||||
TASK_SLICE: ClassVar[str] = dedent("""\
|
||||
Begin! This is VERY important to you!
|
||||
Begin! This is VERY important to you, your job depends on it!
|
||||
|
||||
Current Task: {input}
|
||||
{agent_scratchpad}
|
||||
@@ -27,7 +27,7 @@ class Prompts(BaseModel):
|
||||
You are {role}.
|
||||
{backstory}
|
||||
|
||||
Your main goal is: {goal}
|
||||
Your personal goal is: {goal}
|
||||
""")
|
||||
|
||||
TOOLS_SLICE: ClassVar[str] = dedent("""\
|
||||
|
||||
Reference in New Issue
Block a user