We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94816ef commit 982ab4eCopy full SHA for 982ab4e
1 file changed
pyproject.toml
@@ -78,9 +78,6 @@ exclude = [
78
# Agent API v1 endpoints - deprecated API but still supported
79
# Type errors due to llama-stack-client not exposing Agent API types
80
"src/app/endpoints/conversations.py",
81
- "src/app/endpoints/query.py",
82
- "src/app/endpoints/streaming_query.py",
83
- "src/utils/endpoints.py",
84
]
85
extraPaths = ["./src"]
86
0 commit comments