Skip to content

Commit a2a08a3

Browse files
committed
Updated generated doc
1 parent 715f918 commit a2a08a3

5 files changed

Lines changed: 30 additions & 2 deletions

File tree

src/telemetry/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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+

src/utils/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ Utilities for resolving MCP server authorization headers.
2727
## [mcp_headers.py](mcp_headers.py)
2828
MCP 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)
3134
Utility functions for system prompts.
3235

@@ -60,3 +63,6 @@ Transcript handling.
6063
## [types.py](types.py)
6164
Common types for the project.
6265

66+
## [vector_search.py](vector_search.py)
67+
Vector search utilities for query endpoints.
68+

tests/integration/endpoints/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ Integration tests for the /health endpoint.
1212
## [test_info_integration.py](test_info_integration.py)
1313
Integration 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)
1619
Integration tests for the /query endpoint (using Responses API).
1720

tests/unit/app/endpoints/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Unit tests for the /models REST API endpoint.
4040
Unit 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)
4646
Unit tests for the /rags REST API endpoints.
@@ -55,7 +55,7 @@ Unit tests for the / endpoint handler.
5555
Unit 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)
6161
Unit tests for tools endpoint.

tests/unit/telemetry/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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+

0 commit comments

Comments
 (0)