Add support for universal LLMContext to Azure LLM service

This commit is contained in:
Paul Kompfner
2025-09-02 10:57:46 -04:00
parent 2b286365e0
commit b22bdff6d0

View File

@@ -60,12 +60,3 @@ class AzureLLMService(OpenAILLMService):
azure_endpoint=self._endpoint,
api_version=self._api_version,
)
@property
def supports_universal_context(self) -> bool:
"""Check if this service supports universal LLMContext.
Returns:
False, as Azure service does yet not support universal LLMContext.
"""
return False