move custom tracer to llm filter (#267)

This commit is contained in:
Adil Hafeez 2024-11-15 10:44:01 -08:00 committed by GitHub
parent 1d229cba8f
commit d3c17c7abd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
22 changed files with 335 additions and 133 deletions

View file

@ -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",
]
}
}