feat(assistants/main.py): support arun_thread_stream

This commit is contained in:
Krrish Dholakia 2024-06-04 16:47:51 -07:00
parent 20cb525a5c
commit 7728fe185b
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,