From fc3ca6afdf03af6404f2218ffe29bc49154f2b17 Mon Sep 17 00:00:00 2001 From: Ashwin Bharambe Date: Tue, 28 Oct 2025 11:10:27 -0700 Subject: [PATCH] fix --- src/llama_stack/core/routers/inference.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/llama_stack/core/routers/inference.py b/src/llama_stack/core/routers/inference.py index 2ceb0a551..c548dd14c 100644 --- a/src/llama_stack/core/routers/inference.py +++ b/src/llama_stack/core/routers/inference.py @@ -119,7 +119,7 @@ class InferenceRouter(Inference): prompt_tokens: Number of tokens in the prompt completion_tokens: Number of tokens in the completion total_tokens: Total number of tokens used - fully_qualified_model_id: + fully_qualified_model_id: provider_id: The provider identifier Returns: