remove y/n as it comes with it within click.confirm and fixed firecrawl tools

This commit is contained in:
Lorenze Jay
2025-01-10 15:56:54 -08:00
parent 41cec25ad9
commit d3d3cc4c28
13 changed files with 90 additions and 54 deletions

View File

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