dubbo-go-bot opened a new pull request, #809: URL: https://github.com/apache/dubbo-go-pixiu/pull/809
## 🔄 Upstream Sync from Community Fork This PR automatically syncs changes from the community fork to the upstream repository. ### Original Contribution - **Author**: @Alanxtl - **Original PR**: https://github.com/dubbo-go-pixiu/dubbo-go-pixiu/pull/31 - **Merged at**: 2025-11-09 05:45:01 UTC ### Original PR Description --- <!-- Thanks for sending a pull request! --> **What this PR does**: **Which issue(s) this PR fixes**: <!-- *Automatically closes linked issue when PR is merged. Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`. _If PR is about `failing-tests or flakes`, please post the related issues/tests in a comment and do not use `Fixes`_* --> Fixes # **Special notes for your reviewer**: **Does this PR introduce a user-facing change?**: <!-- If no, just write "NONE" in the release-note block below. If yes, a release note is required: Enter your extended release note in the block below. If the PR requires additional action from users switching to the new release, include the string "action required". --> ```release-note ``` ## Summary by Sourcery Improve error handling in the LLM proxy filter by aggregating all encountered errors into a single joined error, ensuring metadata and parameters maps are initialized, and ignoring an unused context parameter. Enhancements: - Collect all retry and fallback errors in a problems slice and return them as a single joined error - Initialize endpoint.Metadata and executor.hc.Params maps when nil to avoid nil dereferences - Update PrepareFilterChain signature to ignore the unused HttpContext parameter <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Bug Fixes** * Enhanced error reporting to collect and display multiple errors encountered during processing instead of stopping at the first error, providing more comprehensive diagnostic information. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --- All commits preserve original authorship. **Note**: Auto-created when PR #31 was merged into `dubbo-go-pixiu/dubbo-go-pixiu:develop`. cc @Alanxtl -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
