@@ -143,7 +143,7 @@ def create_client(
143143 env_file_encoding : str | None = None ,
144144 instruction_role : str | None = None ,
145145 ) -> "AzureOpenAIChatClient" :
146- ...
146+ pass
147147
148148 @overload
149149 @staticmethod
@@ -166,7 +166,7 @@ def create_client(
166166 instruction_role : str | None = None ,
167167 retry_config : RateLimitRetryConfig | None = None ,
168168 ) -> AzureOpenAIChatClientWithRetry :
169- ...
169+ pass
170170
171171 @overload
172172 @staticmethod
@@ -190,7 +190,7 @@ def create_client(
190190 env_file_path : str | None = None ,
191191 env_file_encoding : str | None = None ,
192192 ) -> "AzureOpenAIAssistantsClient" :
193- ...
193+ pass
194194
195195 @overload
196196 @staticmethod
@@ -212,7 +212,7 @@ def create_client(
212212 env_file_encoding : str | None = None ,
213213 instruction_role : str | None = None ,
214214 ) -> "AzureOpenAIResponsesClient" :
215- ...
215+ pass
216216
217217 @overload
218218 @staticmethod
@@ -235,7 +235,7 @@ def create_client(
235235 instruction_role : str | None = None ,
236236 retry_config : RateLimitRetryConfig | None = None ,
237237 ) -> AzureOpenAIResponseClientWithRetry :
238- ...
238+ pass
239239
240240 @overload
241241 @staticmethod
@@ -252,7 +252,7 @@ def create_client(
252252 env_file_path : str | None = None ,
253253 env_file_encoding : str | None = None ,
254254 ) -> "AzureAIAgentClient" :
255- ...
255+ pass
256256
257257 @staticmethod
258258 def create_client (
0 commit comments