From 5b077555565bca3a902a9a67b700e4e423f9981b Mon Sep 17 00:00:00 2001 From: Nate Harada Date: Wed, 2 Jul 2025 17:26:51 -0700 Subject: [PATCH] docs: Minor spelling fix (#2592) # What does this PR do? Minor spelling fix in the comments ## Test Plan No code changes --- llama_stack/apis/telemetry/telemetry.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llama_stack/apis/telemetry/telemetry.py b/llama_stack/apis/telemetry/telemetry.py index 0eb53f397..d621e601e 100644 --- a/llama_stack/apis/telemetry/telemetry.py +++ b/llama_stack/apis/telemetry/telemetry.py @@ -101,7 +101,7 @@ class MetricInResponse(BaseModel): # This is a short term solution to allow inference API to return metrics # The ideal way to do this is to have a way for all response types to include metrics -# and all metric events logged to the telemetry API to be inlcuded with the response +# and all metric events logged to the telemetry API to be included with the response # To do this, we will need to augment all response types with a metrics field. # We have hit a blocker from stainless SDK that prevents us from doing this. # The blocker is that if we were to augment the response types that have a data field