fix: azure client imports (#3916)

This commit is contained in:
cthomas
2025-08-14 10:36:08 -07:00
committed by GitHub
parent a45c59de25
commit fc0cb25f92

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