rolling back prompt with ---

This commit is contained in:
Joao Moura
2023-12-05 00:09:10 -08:00
parent cd30e2a5ba
commit cb2be30949
2 changed files with 1 additions and 2 deletions

View File

@@ -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
```

View File

@@ -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 <joaomdmoura@gmail.com>"]
readme = "README.md"