-
Notifications
You must be signed in to change notification settings - Fork 20
Feat: Add custom exceptions [#19] #74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Defo step in good direction, Can you double check other projects? I am sure that there are more opportunities to add good error handling, I think good candidate can be InferPage project (its the one that opens with mcli "infer" command)
And also Core project, Its mainly "projection" layer but it also lacks good error handling atm, For example, i think now it will even allow to create ChatContext without providing model, which does not make sense at all, similar perhaps for AgentContext
# Conflicts: # src/MaIN.Core/Hub/Contexts/ChatContext.cs # src/MaIN.Services/Services/AgentService.cs # src/MaIN.Services/Services/Steps/AnswerStepHandler.cs
…ions # Conflicts: # src/MaIN.Core/Hub/Contexts/FlowContext.cs
…and ensure validation
No description provided.