mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
move custom tracer to llm filter
This commit is contained in:
parent
d1dd8710a4
commit
7c8205abc2
16 changed files with 308 additions and 126 deletions
|
|
@ -21,22 +21,25 @@
|
|||
"path": "e2e_tests"
|
||||
},
|
||||
{
|
||||
"name": "demos/weather_forecast",
|
||||
"path": "./demos/weather_forecast",
|
||||
},
|
||||
{
|
||||
"name": "demos/insurance_agent",
|
||||
"path": "./demos/insurance_agent",
|
||||
},
|
||||
"name": "chatbot_ui",
|
||||
"path": "demos/shared/chatbot_ui"
|
||||
}
|
||||
],
|
||||
"settings": {
|
||||
"[python]": {
|
||||
"editor.defaultFormatter": "ms-python.black-formatter",
|
||||
"editor.formatOnSave": true
|
||||
},
|
||||
},
|
||||
"extensions": {
|
||||
"recommendations": [
|
||||
"ms-python.python",
|
||||
"ms-python.debugpy",
|
||||
"rust-lang.rust-analyzer",
|
||||
"humao.rest-client"
|
||||
"humao.rest-client",
|
||||
"github.copilot",
|
||||
"eamodio.gitlens",
|
||||
"ms-python.black-formatter",
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue