-
-
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 appending
Add AdditionalMessageWrapper for sequential messages
Support additional messages in conversation storage
Copy AdditionalMessageWrapper in function invocation
Replace delayed message sending with wrapper mechanism
Handle additional messages in chat hub
Refine chart plotting instruction template
2 files
Remove unused import statement
Change class visibility to internal
1 files
Add MaxOutputTokens configuration option
1 files
Remove ChatHub project reference dependency