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
suppose one requests to get document from sql database , one request to gather wether and all.
Until previous function call from agent is not completed, other user functions are on wait. and UI becomes non responsive till Userproxy is free from executing this functions. no new chat can be created
The text was updated successfully, but these errors were encountered:
So guys Whoever looking for solution, we need to use async code everywhere, before i was unaware of async programming.
Basically just use user_proxy.a_initiate
And make all your functions async, if you have files functions use aiofiles, if you have online requests function use aiohttp etc...
scenario: 10 people are communicating
suppose one requests to get document from sql database , one request to gather wether and all.
Until previous function call from agent is not completed, other user functions are on wait. and UI becomes non responsive till Userproxy is free from executing this functions. no new chat can be created
The text was updated successfully, but these errors were encountered: