bstraehle commited on
Commit
a38276a
·
verified ·
1 Parent(s): 4d7d013

Update tools.py

Browse files
Files changed (1) hide show
  1. tools.py +3 -0
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