Adding verbose option for crew

This commit is contained in:
Joao Moura
2023-11-15 17:29:47 -03:00
parent 62b65401bb
commit f1b3875073
3 changed files with 55 additions and 4 deletions

View File

@@ -34,13 +34,13 @@ def test_delegate_work_to_wrong_agent():
command="writer|share your take on AI Agents|I heard you hate them"
)
assert result == "Error executing tool."
assert result == "Error executing tool. Co-worker not found, double check the co-worker."
def test_ask_question_to_wrong_agent():
result = tools.ask_question(
command="writer|do you hate AI Agents?|I heard you LOVE them"
)
assert result == "Error executing tool."
assert result == "Error executing tool. Co-worker not found, double check the co-worker."