-
-
Notifications
You must be signed in to change notification settings - Fork 582
reset message wrapper and fix path error #1152
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
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
PR Type
Bug fix, Enhancement
Description
Reset message wrapper to prevent data leakage
Add null/empty parameter validation across file services
Improve code formatting and error handling
Fix path error handling in file operations
Diagram Walkthrough
File Walkthrough
LocalFileStorageService.Audio.cs
Add parameter validation to audio file service
src/Infrastructure/BotSharp.Core/Files/Services/Storage/LocalFileStorageService.Audio.cs
LocalFileStorageService.Conversation.cs
Add parameter validation and improve formatting
src/Infrastructure/BotSharp.Core/Files/Services/Storage/LocalFileStorageService.Conversation.cs
values
RoutingService.InvokeAgent.cs
Reset message wrapper to prevent data leakage
src/Infrastructure/BotSharp.Core/Routing/RoutingService.InvokeAgent.cs
PlotChartFn.cs
Simplify RoleDialogModel constructor usage
src/Plugins/BotSharp.Plugin.ChartHandler/Functions/PlotChartFn.cs