You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
If you register a sync reply function and initiate an async chat, the reply function will be triggered.
If you register an async reply function and initiate a sync chat, the reply function will not be triggered.
and 4. if the reply function and chat initiation are either both sync or both async, then the reply function would be triggered.
Describe the solution you'd like
I understand the limitation of calling the async reply function from a sync chat and why it is not supported, but it is not properly documented. We might raise an Exception in sync chat if an async reply function is registered.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
sync
reply function and initiate anasync
chat, the reply function will be triggered.async
reply function and initiate async
chat, the reply function will not be triggered.sync
or bothasync
, then the reply function would be triggered.Describe the solution you'd like
I understand the limitation of calling the
async
reply function from async
chat and why it is not supported, but it is not properly documented. We might raise an Exception in sync chat if anasync
reply function is registered.Additional context
No response
The text was updated successfully, but these errors were encountered: