mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
Updated azure-ai-projects package version and small fixes (#2139)
This commit is contained in:
committed by
GitHub
Unverified
parent
f309a2818b
commit
693d5c941d
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user