llama-stack-mirror/llama_stack/providers/utils
ehhuang d3b60507d7
feat: support auth attributes in inference/responses stores (#2389)
# What does this PR do?
Inference/Response stores now store user attributes when inserting, and
respects them when fetching.

## Test Plan
pytest tests/unit/utils/test_sqlstore.py
2025-06-20 10:24:45 -07:00
..
bedrock feat: drop python 3.10 support (#2469) 2025-06-19 12:07:14 +05:30
common chore: enable pyupgrade fixes (#1806) 2025-05-01 14:23:50 -07:00
datasetio chore(refact): move paginate_records fn outside of datasetio (#2137) 2025-05-12 10:56:14 -07:00
inference feat: support auth attributes in inference/responses stores (#2389) 2025-06-20 10:24:45 -07:00
kvstore feat: add deps dynamically based on metastore config (#2405) 2025-06-05 14:07:25 -07:00
memory feat: Add missing Vector Store Files API surface (#2468) 2025-06-19 11:08:24 -04:00
responses feat: support auth attributes in inference/responses stores (#2389) 2025-06-20 10:24:45 -07:00
scoring chore: enable pyupgrade fixes (#1806) 2025-05-01 14:23:50 -07:00
sqlstore feat: support auth attributes in inference/responses stores (#2389) 2025-06-20 10:24:45 -07:00
telemetry feat: drop python 3.10 support (#2469) 2025-06-19 12:07:14 +05:30
tools ci: add python package build test (#2457) 2025-06-19 18:57:32 +05:30
__init__.py API Updates (#73) 2024-09-17 19:51:35 -07:00
pagination.py chore(refact): move paginate_records fn outside of datasetio (#2137) 2025-05-12 10:56:14 -07:00
scheduler.py fix: cancel scheduler tasks on shutdown (#2130) 2025-06-19 17:01:33 +02:00