Spaces:
Paused
Paused
Update tools/arithmetic_tools.py
Browse files
tools/arithmetic_tools.py
CHANGED
|
@@ -1,6 +1,3 @@
|
|
| 1 |
-
# Automatic function calling
|
| 2 |
-
# https://ai.google.dev/gemini-api/docs/function-calling
|
| 3 |
-
|
| 4 |
from crewai.tools import tool
|
| 5 |
|
| 6 |
class ArithmeticTools():
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
from crewai.tools import tool
|
| 2 |
|
| 3 |
class ArithmeticTools():
|