plano/archgw.code-workspace

47 lines
779 B
Text
Raw Normal View History

2024-07-09 13:36:17 -07:00
{
"folders": [
{
"name": "root",
"path": "."
},
{
"name": "crates",
"path": "crates"
},
{
"name": "archgw_cli",
2024-10-09 15:47:32 -07:00
"path": "arch/tools"
},
2024-07-18 14:04:51 -07:00
{
"name": "model_server",
"path": "model_server"
2024-07-18 14:04:51 -07:00
},
2024-07-24 14:13:18 -07:00
{
"name": "chatbot_ui",
"path": "chatbot_ui"
2024-07-24 14:13:18 -07:00
},
{
"name": "e2e_tests",
"path": "e2e_tests"
},
2024-07-09 13:36:17 -07:00
{
"name": "demos/function_calling",
"path": "./demos/function_calling",
},
{
"name": "demos/insurance_agent",
"path": "./demos/insurance_agent",
},
2024-07-09 13:36:17 -07:00
],
"settings": {
},
"extensions": {
"recommendations": [
"ms-python.python",
"ms-python.debugpy",
"rust-lang.rust-analyzer",
"humao.rest-client"
]
}
}