diff --git a/letta/llm_api/azure_client.py b/letta/llm_api/azure_client.py index 423be531..cb8ad834 100644 --- a/letta/llm_api/azure_client.py +++ b/letta/llm_api/azure_client.py @@ -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