mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-10 00:28:31 +00:00
rolling back prompt with ---
This commit is contained in:
@@ -41,7 +41,6 @@ class Prompts(BaseModel):
|
|||||||
Thought: Do I need to use a tool? Yes
|
Thought: Do I need to use a tool? Yes
|
||||||
Action: the action to take, should be one of [{tool_names}]
|
Action: the action to take, should be one of [{tool_names}]
|
||||||
Action Input: the input to the action
|
Action Input: the input to the action
|
||||||
---
|
|
||||||
Observation: the result of the action
|
Observation: the result of the action
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "crewai"
|
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."
|
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>"]
|
authors = ["Joao Moura <joaomdmoura@gmail.com>"]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|||||||
Reference in New Issue
Block a user