Commit db4a491
committed
fix(classifier): resolve makeReasoningDecisionForCategory after PR vllm-project#681 merge
After PR vllm-project#681 merge, Categories no longer have ModelScores field.
The reasoning config moved to Decisions.ModelRefs, but there's no
direct mapping from category names to decision names.
Set useReasoning=false as safe default until proper category-to-decision
mapping is implemented.
Related: PR vllm-project#648, PR vllm-project#681
Signed-off-by: Yossi Ovadia <[email protected]>1 parent f8a355b commit db4a491
1 file changed
+6
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
732 | 732 | | |
733 | 733 | | |
734 | 734 | | |
735 | | - | |
| 735 | + | |
| 736 | + | |
| 737 | + | |
| 738 | + | |
| 739 | + | |
| 740 | + | |
736 | 741 | | |
737 | 742 | | |
738 | | - | |
739 | | - | |
740 | | - | |
741 | | - | |
742 | | - | |
743 | | - | |
744 | | - | |
745 | | - | |
746 | | - | |
747 | 743 | | |
748 | 744 | | |
749 | 745 | | |
| |||
0 commit comments