Umer Mansoor

Results 12 comments of Umer Mansoor

Thanks for the contribution. Unfortunately, I'm still getting error on my mac (10.11) ``` $ make install echo | xargs -r &>/dev/null && XARGS_OPTS="-r" make: *** [shutdown] Error 1 ```

Thanks for pointing this out. Unfortunately, `-r` switch is only available in the GNU variants and won't run on BSD based implementations like OSX. Here's what I get on my...

The user service talks to the booking and movie services. https://github.com/umermansoor/microservices/blob/master/services/user.py

When is this change going to be merged or was it taken care of by another commit?

@mddanishyusuf Just realized that I pasted the wrong link. It is 404'ing on the site. Fixed it in the issue. If you can update the site, it should fix it.

There's an error on macOS build. A [URL](https://huggingface.co/sentence-transformers/all-MiniLM-L6-v2/resolve/main/special_tokens_map.json) on Huggingface is timing out (working fine locally). I can take a look at it later tonight

@sonichi closed the previous [PR](https://github.com/microsoft/autogen/pull/3277) and reopened this one. Pls let me know if this is good.

@sonichi @jtoy can you pls review this? It's been open for a while

Question: how does this relate to the `silent` param in the `initiate_chat` method? I believe the logic will override `initiate_chat`, meaning if I pass `silent=False` in `initiate_chat` and then do...

@wenngong Thanks for making the changes requested. I still don't think it's working properly. See below where I'm trying to silence _Alice_. It mutes Charlie (the other agent instead.) ```...