feat(assistants/main.py): support arun_thread_stream

This commit is contained in:
Krrish Dholakia 2024-06-04 16:47:51 -07:00
parent f3d78532f9
commit 650ea6d0c3
4 changed files with 25 additions and 35 deletions

View file

@ -2534,7 +2534,7 @@ class OpenAIAssistantsAPI(BaseLLM):
return response
async def async_run_thread_stream(
def async_run_thread_stream(
self,
client: AsyncOpenAI,
thread_id: str,