Update tools.py
Browse files
tools.py
CHANGED
|
@@ -3,6 +3,7 @@ import requests
|
|
| 3 |
import cmath
|
| 4 |
import pytesseract
|
| 5 |
from PIL import Image
|
|
|
|
| 6 |
from smolagents import tool, FinalAnswerTool, DuckDuckGoSearchTool
|
| 7 |
|
| 8 |
|
|
|
|
| 3 |
import cmath
|
| 4 |
import pytesseract
|
| 5 |
from PIL import Image
|
| 6 |
+
from typing import Optional
|
| 7 |
from smolagents import tool, FinalAnswerTool, DuckDuckGoSearchTool
|
| 8 |
|
| 9 |
|