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