plano/gateway.code-workspace

46 lines
826 B
Text
Raw Normal View History

2024-07-09 13:36:17 -07:00
{
"folders": [
{
"name": "root",
"path": "."
},
{
"name": "common",
"path": "crates/common"
},
{
"name": "prompt_gateway",
"path": "crates/prompt_gateway"
},
{
"name": "llm_gateway",
"path": "crates/llm_gateway"
2024-07-09 13:36:17 -07:00
},
2024-10-09 15:47:32 -07:00
{
"name": "arch/tools",
"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
},
2024-07-09 13:36:17 -07:00
{
"name": "demos/function_calling",
"path": "./demos/function_calling",
},
{
"name": "demos/insurance_agent",
"path": "./demos/insurance_agent",
},
{
"name": "demos/function_calling/api_server",
"path": "./demos/function_calling/api_server",
},
2024-07-09 13:36:17 -07:00
],
"settings": {}
}