Adding new specs

This commit is contained in:
Joao Moura
2023-11-08 22:23:05 -03:00
parent c95cf9bda9
commit 9d3015e63d
7 changed files with 2119 additions and 29 deletions

View File

@@ -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("""\