llama-stack-mirror/llama_stack/providers/utils
Ashwin Bharambe 07b87365ab
[inference api] modify content types so they follow a more standard structure (#841)
Some small updates to the inference types to make them more standard

Specifically:
- image data is now located in a "image" subkey
- similarly tool call data is located in a "tool_call" subkey

The pattern followed is `dict(type="foo", foo=<...>)`
2025-01-22 12:16:18 -08:00
..
bedrock add missing init file 2024-12-17 11:49:03 -08:00
common [post training] define llama stack post training dataset format (#717) 2025-01-14 12:48:49 -08:00
datasetio Update the "InterleavedTextMedia" type (#635) 2024-12-17 11:18:31 -08:00
inference [inference api] modify content types so they follow a more standard structure (#841) 2025-01-22 12:16:18 -08:00
kvstore Replaced zrangebylex method in the range method (#521) 2025-01-11 22:04:34 -08:00
memory [memory refactor][3/n] Introduce RAGToolRuntime as a specialized sub-protocol (#832) 2025-01-22 10:04:16 -08:00
scoring [rag evals] refactor & add ability to eval retrieval + generation in agentic eval pipeline (#664) 2025-01-02 11:21:33 -08:00
telemetry optional api dependencies (#793) 2025-01-17 15:26:53 -08:00
__init__.py API Updates (#73) 2024-09-17 19:51:35 -07:00