Commit f0d0cb1
committed
fix: allow bailian provider in resolveThinkingProfile
The thinking policy resolver only checked for 'vllm' provider,
excluding 'bailian' (Alibaba Cloud) even when thinkingFormat was
correctly set in compat. This prevented Bailian/Qwen models from
using reasoning/thinking features.
Adds bailian to isVllmQwenThinkingCompat in both:
- src/agents/embedded-agent-runner/model.compat.ts
- src/agents/model-selection-shared.ts
Fixes #260371 parent d685037 commit f0d0cb1
2 files changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
| 72 | + | |
72 | 73 | | |
73 | 74 | | |
74 | 75 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1438 | 1438 | | |
1439 | 1439 | | |
1440 | 1440 | | |
1441 | | - | |
| 1441 | + | |
1442 | 1442 | | |
1443 | 1443 | | |
1444 | 1444 | | |
| |||
0 commit comments