fix: azure client imports (#3916)

This commit is contained in:
cthomas
2025-08-14 10:36:08 -07:00
committed by GitHub
parent 1ef6e1ee41
commit a5454d0909

View File

@@ -1,5 +1,5 @@
import os
from typing import List
from typing import List, Optional, Tuple
from openai import AsyncAzureOpenAI, AzureOpenAI
from openai.types.chat.chat_completion import ChatCompletion