Update tools.py
Browse files
tools.py
CHANGED
|
@@ -16,7 +16,6 @@ import pandas as pd
|
|
| 16 |
|
| 17 |
import numpy as np
|
| 18 |
import pandas as pd
|
| 19 |
-
from smolagent.tools import Tool # à adapter selon ton vrai import
|
| 20 |
|
| 21 |
class is_commutative(Tool):
|
| 22 |
name = "commutative"
|
|
|
|
| 16 |
|
| 17 |
import numpy as np
|
| 18 |
import pandas as pd
|
|
|
|
| 19 |
|
| 20 |
class is_commutative(Tool):
|
| 21 |
name = "commutative"
|