From cb2be30949d2766e00dbcc88513e3f6474590073 Mon Sep 17 00:00:00 2001 From: Joao Moura Date: Tue, 5 Dec 2023 00:09:10 -0800 Subject: [PATCH] rolling back prompt with `---` --- crewai/prompts.py | 1 - pyproject.toml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/crewai/prompts.py b/crewai/prompts.py index 6d23596d0..3ced1a101 100644 --- a/crewai/prompts.py +++ b/crewai/prompts.py @@ -41,7 +41,6 @@ class Prompts(BaseModel): Thought: Do I need to use a tool? Yes Action: the action to take, should be one of [{tool_names}] Action Input: the input to the action - --- Observation: the result of the action ``` diff --git a/pyproject.toml b/pyproject.toml index 877b1554a..c57f83db6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "crewai" -version = "0.1.5" +version = "0.1.6" description = "Cutting-edge framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewAI empowers agents to work together seamlessly, tackling complex tasks." authors = ["Joao Moura "] readme = "README.md"