mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-08 15:48:29 +00:00
Updating prompt
This commit is contained in:
@@ -18,9 +18,6 @@ class Prompts(BaseModel):
|
||||
MEMORY_SLICE: ClassVar[str] = dedent("""\
|
||||
This is the summary of your work so far:
|
||||
{chat_history}
|
||||
|
||||
This is your understanding of the current situation:
|
||||
{entities}
|
||||
""")
|
||||
|
||||
ROLE_PLAYING_SLICE: ClassVar[str] = dedent("""\
|
||||
|
||||
Reference in New Issue
Block a user