-
Notifications
You must be signed in to change notification settings - Fork 1.2k
refactor(dashscope): apply cache_control to all content types #802
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
base: main
Are you sure you want to change the base?
Conversation
π Review SummaryThis PR refactors the DashScope provider to apply cache_control to all content types, not just text content. The changes simplify the implementation by removing the need to add empty text items when the last content item is not text, and instead directly apply cache_control to whatever the last item is. This is a good improvement that makes the code more consistent with how cache_control should work across different content types. π General Feedback
π― Specific Feedbackπ’ Medium
π΅ Low
β Highlights
|
Code Coverage Summary
CLI Package - Full Text Report
Core Package - Full Text Report
For detailed HTML reports, please see the 'coverage-reports-22.x-ubuntu-latest' artifact from the main CI run. |
TLDR
Dive Deeper
Reviewer Test Plan
Testing Matrix
Linked issues / bugs