@@ -9,6 +9,12 @@ Integration tests for the /authorized endpoint.
99## [ test_config_integration.py] ( test_config_integration.py )
1010Integration tests for the /config endpoint.
1111
12+ ## [ test_conversations_v1_integration.py] ( test_conversations_v1_integration.py )
13+ Integration tests for the /v1/conversations REST API endpoints.
14+
15+ ## [ test_conversations_v2_integration.py] ( test_conversations_v2_integration.py )
16+ Integration tests for the /v2/conversations REST API endpoints (cache-based).
17+
1218## [ test_health_integration.py] ( test_health_integration.py )
1319Integration tests for the /health endpoint.
1420
@@ -19,7 +25,7 @@ Integration tests for the /info endpoint.
1925Integration tests for the /models endpoint (using Responses API).
2026
2127## [ test_query_byok_integration.py] ( test_query_byok_integration.py )
22- Integration tests for /query endpoint BYOK inline and tool RAG functionality.
28+ Integration tests for the /query endpoint BYOK inline and tool RAG functionality.
2329
2430## [ test_query_integration.py] ( test_query_integration.py )
2531Integration tests for the /query endpoint (using Responses API).
@@ -34,7 +40,7 @@ Integration tests for the /root endpoint.
3440Integration tests for the streaming query interrupt lifecycle.
3541
3642## [ test_streaming_query_byok_integration.py] ( test_streaming_query_byok_integration.py )
37- Integration tests for /streaming_query endpoint BYOK inline and tool RAG functionality.
43+ Integration tests for the /streaming_query endpoint BYOK inline and tool RAG functionality.
3844
3945## [ test_streaming_query_integration.py] ( test_streaming_query_integration.py )
4046Integration tests for the /streaming_query endpoint (using Responses API).
0 commit comments