Skip to content

Commit 1a5c345

Browse files
authored
Merge pull request #765 from tisnik/updated-src-docs
LCORE-632: Updated source docs
2 parents 6eabad6 + 0e311c3 commit 1a5c345

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/app/endpoints/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ Handler for REST API calls to list and retrieve available providers.
3636
## [query.py](query.py)
3737
Handler for REST API call to provide answer to query.
3838

39+
## [query_v2.py](query_v2.py)
40+
Handler for REST API call to provide answer to query using Response API.
41+
3942
## [root.py](root.py)
4043
Handler for the / endpoint.
4144

src/utils/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ Check if the Llama Stack version is supported by the LCS.
2121
## [mcp_headers.py](mcp_headers.py)
2222
MCP headers handling.
2323

24+
## [quota.py](quota.py)
25+
Quota handling helper functions.
26+
2427
## [suid.py](suid.py)
2528
Session ID utility functions.
2629

0 commit comments

Comments
 (0)