PowerShell / ProjectMercury

An interactive shell to work with AI-powered assistance providers
MIT License
43 stars 11 forks source link

Avoid using `Task.Run` when waiting on the event handler in interpreter agent #111

Closed daxian-dbw closed 4 months ago

daxian-dbw commented 4 months ago

PR Summary

Avoid using Task.Run when waiting on the event handler in interpreter agent.