Serialize tool calls for Arch FC (#131)

* Serialize tool calls

* fix int tests
This commit is contained in:
Adil Hafeez 2024-10-07 00:03:25 -07:00 committed by GitHub
parent b43f687b85
commit 96686dc606
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 166 additions and 57 deletions

View file

@ -10,6 +10,9 @@
"request": "launch",
"module": "uvicorn",
"args": ["app.main:app","--reload", "--port", "8000"],
"env": {
"MODE": "local-cpu",
}
}
]
}