mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-26 08:38:15 +00:00
remove y/n as it comes with it within click.confirm and fixed firecrawl tools
This commit is contained in:
@@ -31,7 +31,7 @@ class MultiOnTool(BaseTool):
|
||||
import click
|
||||
|
||||
if click.confirm(
|
||||
"You are missing the 'multion' package. Would you like to install it? (y/N)"
|
||||
"You are missing the 'multion' package. Would you like to install it?"
|
||||
):
|
||||
import subprocess
|
||||
|
||||
|
||||
Reference in New Issue
Block a user