Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Advanced Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
📝 WalkthroughWalkthrough
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
parallel-decision: cache multiple prompt prefixes
Summary
Motivation
The decision engine already computes the field probability vector in tree mode, but the HTTP response exposes only the winning value and probability. Returning the existing vector lets narrow adapters derive model-independent confidence without a second inference pass.
Verification
Built and ran the test-parallel-decision target from a fresh CMake build inside a Bubblewrap namespace with networking disabled. The test covers exact enum distributions and confirms greedy responses omit the probabilities map.