Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
OjciecTadeusz
/
tools-function-calling
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
tools-function-calling
/
tools.py
ghost717
init
7a8b419
about 2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
50 Bytes
# tools.py
def
add_numbers
(
a, b
):
return
a + b