llama-stack-mirror/llama_stack/providers/registry
Mustafa Elbehery 821d09af3d chore: enable mypy type checking for sentence transformers
Fix method signature incompatibilities with InferenceProvider protocol:
 - Update completion() content parameter type to InterleavedContent
 - Reorder chat_completion() parameters to match protocol
 - Add type ignores for mixin inheritance conflicts

Signed-off-by: Mustafa Elbehery <melbeher@redhat.com>
2025-08-29 02:19:06 +02:00
..
__init__.py API Updates (#73) 2024-09-17 19:51:35 -07:00
agents.py fix: only load mcp when enabled in tool_group (#2621) 2025-07-04 20:27:05 +05:30
batches.py feat: add batches API with OpenAI compatibility (with inference replay) (#3162) 2025-08-15 15:34:15 -07:00
datasetio.py docs: auto generated documentation for providers (#2543) 2025-06-30 15:13:20 +02:00
eval.py docs: auto generated documentation for providers (#2543) 2025-06-30 15:13:20 +02:00
files.py feat: Add S3 Files Provider (#3202) 2025-08-22 10:38:59 -04:00
inference.py fix: docker failing to start container [fireworks-ai] (#3267) 2025-08-28 13:20:36 -07:00
post_training.py chore: enable mypy type checking for sentence transformers 2025-08-29 02:19:06 +02:00
safety.py docs: auto generated documentation for providers (#2543) 2025-06-30 15:13:20 +02:00
scoring.py docs: auto generated documentation for providers (#2543) 2025-06-30 15:13:20 +02:00
telemetry.py docs: auto generated documentation for providers (#2543) 2025-06-30 15:13:20 +02:00
tool_runtime.py fix: only load mcp when enabled in tool_group (#2621) 2025-07-04 20:27:05 +05:30
vector_io.py chore(tests): fix responses and vector_io tests (#3119) 2025-08-12 16:15:53 -07:00