File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # List of source files stored in ` src/telemetry ` directory
2+
3+ ## [ __ init__ .py] ( __init__.py )
4+ Telemetry module for configuration snapshot collection.
5+
6+ ## [ configuration_snapshot.py] ( configuration_snapshot.py )
7+ Configuration snapshot with PII masking for telemetry.
8+
Original file line number Diff line number Diff line change @@ -27,6 +27,9 @@ Utilities for resolving MCP server authorization headers.
2727## [ mcp_headers.py] ( mcp_headers.py )
2828MCP headers handling.
2929
30+ ## [ mcp_oauth_probe.py] ( mcp_oauth_probe.py )
31+ Probe MCP server for OAuth and raise 401 with WWW-Authenticate when required.
32+
3033## [ prompts.py] ( prompts.py )
3134Utility functions for system prompts.
3235
@@ -60,3 +63,6 @@ Transcript handling.
6063## [ types.py] ( types.py )
6164Common types for the project.
6265
66+ ## [ vector_search.py] ( vector_search.py )
67+ Vector search utilities for query endpoints.
68+
Original file line number Diff line number Diff line change @@ -12,6 +12,9 @@ Integration tests for the /health endpoint.
1212## [ test_info_integration.py] ( test_info_integration.py )
1313Integration tests for the /info endpoint.
1414
15+ ## [ test_model_list.py] ( test_model_list.py )
16+ Integration tests for the /models endpoint (using Responses API).
17+
1518## [ test_query_v2_integration.py] ( test_query_v2_integration.py )
1619Integration tests for the /query endpoint (using Responses API).
1720
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ Unit tests for the /models REST API endpoint.
4040Unit tests for the /providers REST API endpoints.
4141
4242## [ test_query.py] ( test_query.py )
43- Unit tests for the /query REST API endpoint.
43+ Unit tests for the /query (v2) REST API endpoint using Responses API .
4444
4545## [ test_rags.py] ( test_rags.py )
4646Unit tests for the /rags REST API endpoints.
@@ -55,7 +55,7 @@ Unit tests for the / endpoint handler.
5555Unit tests for the /shields REST API endpoint.
5656
5757## [ test_streaming_query.py] ( test_streaming_query.py )
58- Unit tests for the /streaming-query REST API endpoint.
58+ Unit tests for the /streaming_query (v2) endpoint using Responses API .
5959
6060## [ test_tools.py] ( test_tools.py )
6161Unit tests for tools endpoint.
Original file line number Diff line number Diff line change 1+ # List of source files stored in ` tests/unit/telemetry ` directory
2+
3+ ## [ __ init__ .py] ( __init__.py )
4+ Unit tests for the telemetry module.
5+
6+ ## [ conftest.py] ( conftest.py )
7+ Shared fixtures for telemetry unit tests.
8+
9+ ## [ test_configuration_snapshot.py] ( test_configuration_snapshot.py )
10+ Tests for configuration snapshot with PII masking.
11+
You can’t perform that action at this time.
0 commit comments