We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6e5396 commit aea637bCopy full SHA for aea637b
README.md
@@ -38,6 +38,7 @@ Learn more about tool calling <https://gorilla.cs.berkeley.edu/leaderboard.html>
38
├── Makefile - This file contains the commands to run the project.
39
├── README.md - This file contains the project documentation. This is the file you are currently reading.
40
├── requirements.txt - This file contains the dependencies for the project.
41
+├── requirements-dev.txt - This filee contains the dependecies for the devcontainer referencing `requirements.txt`
42
├── summary.png - How function calling works with a diagram.
43
├── tests - This directory contains the test files for the project.
44
│ ├── __init__.py - This file initializes the tests directory as a package.
0 commit comments