File tree Expand file tree Collapse file tree
tests/integration/endpoints Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,6 +45,9 @@ Handler for REST API call to provide answer to query using Response API.
4545## [ rags.py] ( rags.py )
4646Handler for REST API calls to list and retrieve available RAGs.
4747
48+ ## [ rlsapi_v1.py] ( rlsapi_v1.py )
49+ Handler for RHEL Lightspeed rlsapi v1 REST API endpoints.
50+
4851## [ root.py] ( root.py )
4952Handler for the / endpoint.
5053
Original file line number Diff line number Diff line change @@ -27,6 +27,9 @@ Simple quota limiter where quota can be revoked.
2727## [ sql.py] ( sql.py )
2828SQL commands used by quota management package.
2929
30+ ## [ token_usage_history.py] ( token_usage_history.py )
31+ Class with implementation of storage for token usage history.
32+
3033## [ user_quota_limiter.py] ( user_quota_limiter.py )
3134Simple user quota limiter where each user has a fixed quota.
3235
Original file line number Diff line number Diff line change @@ -15,3 +15,6 @@ Integration tests for the /info endpoint.
1515## [ test_query_v2_integration.py] ( test_query_v2_integration.py )
1616Integration tests for the /query endpoint (v2 with Responses API).
1717
18+ ## [ test_rlsapi_v1_integration.py] ( test_rlsapi_v1_integration.py )
19+ Integration tests for the rlsapi v1 /infer endpoint.
20+
You can’t perform that action at this time.
0 commit comments