From 7fe3d630bb45c7e2db662e378c445e19c29ef2f9 Mon Sep 17 00:00:00 2001 From: Joao Moura Date: Fri, 10 Nov 2023 18:15:54 -0300 Subject: [PATCH] Updating prompt --- crewai/prompts.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/crewai/prompts.py b/crewai/prompts.py index 2d281ea52..89930c25b 100644 --- a/crewai/prompts.py +++ b/crewai/prompts.py @@ -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("""\