Update tools.py
Browse files
tools.py
CHANGED
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
1 |
def add(a: float, b: float) -> float:
|
2 |
"""Add two numbers.
|
3 |
|
|
|
1 |
+
# Automatic function calling
|
2 |
+
# https://ai.google.dev/gemini-api/docs/function-calling
|
3 |
+
|
4 |
def add(a: float, b: float) -> float:
|
5 |
"""Add two numbers.
|
6 |
|