MokoSan / dotnet-ai

Leveraging LLMs to Create and Run dotnet Projects Faster and Easier.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improving the Exception Handling

MokoSan opened this issue · comments

Gracefully handling an exception needs to be added. Currently we aren't catching all the different exceptions; for example in case the user doesn't add the OPENAI_API_KEY, we are simply throwing an ArgumentException - this can be handled better.

Better handling done.