Pass tool call and app function response back in metadata

This commit is contained in:
Adil Hafeez 2024-10-17 17:05:35 -07:00
parent 6cd05572c4
commit 169bf8d4ea
8 changed files with 160 additions and 108 deletions

View file

@ -5,6 +5,7 @@
"version": "0.2.0",
"configurations": [
{
"python": "${workspaceFolder}/venv/bin/python",
"name": "chatbot-ui",
"cwd": "${workspaceFolder}/app",
"type": "debugpy",