llama-stack-mirror/llama_stack/distribution/server
Rohan Awhad e28a57ad76 feat: Add url field to PaginatedResponse and populate it using route path
Resolves: https://github.com/meta-llama/llama-stack/issues/1847
Changes:
- responses.py: added optional `url` field to PaginatedResponse
- server.py: automatically populate the URL field with route path
2025-06-06 22:24:30 -04:00
..
__init__.py API Updates (#73) 2024-09-17 19:51:35 -07:00
auth.py feat: fine grained access control policy (#2264) 2025-06-03 14:51:12 -07:00
auth_providers.py fix: remove debug print accidentally merged (#2393) 2025-06-04 15:14:14 +02:00
quota.py feat(quota): add server‑side per‑client request quotas (requires auth) (#2096) 2025-05-21 10:58:45 +02:00
routes.py chore: use starlette built-in Route class (#2267) 2025-05-28 09:53:33 -07:00
server.py feat: Add url field to PaginatedResponse and populate it using route path 2025-06-06 22:24:30 -04:00