feat: Support compressed requests in the RPT client#1488
feat: Support compressed requests in the RPT client#1488davidkna-sap wants to merge 6 commits intomainfrom
Conversation
092323c to
35f8548
Compare
62534e3 to
ff34a97
Compare
ff34a97 to
846d2c4
Compare
7201599 to
b871f28
Compare
SummaryThe following content is AI-generated and provides a summary of the pull request: Support Compressed Requests in the RPT ClientNew Features✨ Request Compression Support: The RPT client now automatically compresses prediction requests with payloads of 1024 bytes or larger using gzip compression by default. This feature helps reduce network bandwidth usage and improve request performance for large datasets. ✨ Custom HTTP Request Configuration: Added support for custom HTTP request options through the new Changes
GitHub Issues:
PR Bot InformationVersion:
💌 Have ideas or want to contribute? Create an issue and share your thoughts with us! Made with ❤️ by Hyperspace. |
There was a problem hiding this comment.
The code quality is generally good with clear intent and proper typing. A few naming inconsistencies and a grammatical error in documentation should be addressed for clarity and maintainability.
PR Bot Information
Version: 1.17.50 | 📖 Documentation | 🚨 Create Incident | 💬 Feedback
- Event Trigger:
issue_comment.created - LLM:
anthropic--claude-4.5-sonnet - Correlation ID:
a1e74340-01cc-11f1-8ba4-2cd32fc9729d
Co-authored-by: hyperspace-insights[bot] <209611008+hyperspace-insights[bot]@users.noreply.github.com>
Context
Closes SAP/ai-sdk-js-backlog#470.
Needs SAP/cloud-sdk-js#6291
What this PR does and why it is needed