mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-28 15:00:23 +00:00
Without `await`, the `stream` returned from the `async_client` is actually a coroutine, which could not be used in `async for`.
Without `await`, the `stream` returned from the `async_client` is actually a coroutine, which could not be used in `async for`.