Updated azure-ai-projects package version and small fixes (#2139)

This commit is contained in:
Dmytro Struk
2025-11-12 10:40:35 -08:00
committed by GitHub
Unverified
parent f309a2818b
commit 693d5c941d
5 changed files with 9 additions and 21 deletions
@@ -162,7 +162,7 @@ class OpenAIBase(SerializationMixin):
for key, value in kwargs.items():
setattr(self, key, value)
async def initialize_client(self):
async def initialize_client(self) -> None:
"""Initialize OpenAI client asynchronously.
Override in subclasses to initialize the OpenAI client asynchronously.