-
-
Couldn't load subscription status.
- Fork 582
Features/refine model settings #1169
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
Features/refine model settings #1169
Conversation
…atures/refine-model-settings
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
|||||||||||||||
PR Type
Enhancement
Description
Refactor conversation message handling and routing context
Remove unused imports and clean up dependencies
Move database persistence logic to conversation observer
Diagram Walkthrough
File Walkthrough
BotSharpConversationSideCar.cs
Clean up unused importssrc/Infrastructure/BotSharp.Core.SideCar/Services/BotSharpConversationSideCar.cs
NetTopologySuite.Index.KdTree,Newtonsoft.Json.Linq, andstaticSystem.Runtime.InteropServices.JavaScript.JSTypeConversationStateService.cs
Remove unused importssrc/Infrastructure/BotSharp.Core/Conversations/Services/ConversationStateService.cs
BotSharp.Abstraction.Conversations.EnumsandBotSharp.Abstraction.HooksConversationObserver.cs
Add intermediate message handling with routing contextsrc/Infrastructure/BotSharp.Core/MessageHub/Observers/ConversationObserver.cs
OnIntermediateMessageReceivedFromAssistantevent
ChatHubObserver.cs
Remove database persistence from chat hub observersrc/Plugins/BotSharp.Plugin.ChatHub/Observers/ChatHubObserver.cs
OnIntermediateMessageReceivedFromAssistantcase