Update llama_stack/providers/utils/inference/openai_mixin.py

This commit is contained in:
Matthew Farrellee 2025-09-11 11:14:22 -04:00 committed by GitHub
parent c3fc859257
commit 0afc4d10fa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -47,7 +47,7 @@ class OpenAIMixin(ABC):
# Allow subclasses to control whether to overwrite the 'id' field in OpenAI responses
# is overwritten with a client-side generated id.
#
# This is useful for providers that do not return a unique id in the response,
# This is useful for providers that do not return a unique id in the response.
overwrite_completion_id: bool = False
@abstractmethod