-
-
Notifications
You must be signed in to change notification settings - Fork 580
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 imports
src/Infrastructure/BotSharp.Core.SideCar/Services/BotSharpConversationSideCar.cs
NetTopologySuite.Index.KdTree
,Newtonsoft.Json.Linq
, andstatic
System.Runtime.InteropServices.JavaScript.JSType
ConversationStateService.cs
Remove unused imports
src/Infrastructure/BotSharp.Core/Conversations/Services/ConversationStateService.cs
BotSharp.Abstraction.Conversations.Enums
andBotSharp.Abstraction.Hooks
ConversationObserver.cs
Add intermediate message handling with routing context
src/Infrastructure/BotSharp.Core/MessageHub/Observers/ConversationObserver.cs
OnIntermediateMessageReceivedFromAssistant
event
ChatHubObserver.cs
Remove database persistence from chat hub observer
src/Plugins/BotSharp.Plugin.ChatHub/Observers/ChatHubObserver.cs
OnIntermediateMessageReceivedFromAssistant
case