litellm/pyrightconfig.json
Sameer Kankute 39748fd4a3 feat(responses): add _aresponses_websocket function and HTTP handler support for WebSocket mode
Also fix pyrightconfig.json to use the conda venv for type checking, and remove
redundant inline import of ResponsesAPIRequestUtils that was confusing pyright.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-02 17:21:47 +05:30

9 lines
No EOL
287 B
JSON

{
"ignore": [],
"exclude": ["**/node_modules", "**/__pycache__", "litellm/types/utils.py", "litellm/proxy/_types.py"],
"reportMissingImports": false,
"reportPrivateImportUsage": false,
"venvPath": "/Users/sameerkankute/miniconda3/envs",
"venv": "litellm-dev"
}