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"