-
-
Notifications
You must be signed in to change notification settings - Fork 582
refine chart handler instruction & allow sending multiple messages #1147
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
2. add mechanism to allow sending multiple messages in a single round
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
||||||||||||||
User description
PR Type
Enhancement
Description
Add mechanism for sending multiple sequential messages
Refine chart handler instruction and configuration
Improve conversation storage with additional message support
Remove unnecessary dependencies and clean up code
Diagram Walkthrough
File Walkthrough
7 files
Add IsAppend property for message appendingAdd AdditionalMessageWrapper for sequential messagesSupport additional messages in conversation storageCopy AdditionalMessageWrapper in function invocationReplace delayed message sending with wrapper mechanismHandle additional messages in chat hubRefine chart plotting instruction template2 files
Remove unused import statementChange class visibility to internal1 files
Add MaxOutputTokens configuration option1 files
Remove ChatHub project reference dependency