Commit 8b7c6ec
authored
Add Claude 4.6 prompt optimization A/B test configurations (#4316)
* Add Claude 4.6 prompt optimization A/B test configurations
Implement three-way prompt optimization experiment for Claude 4.6 models:
- Control: existing Claude46DefaultPrompt (no change)
- Combined: single optimized prompt for both Opus and Sonnet with moderate exploration guidance
- Split: separate Opus-specific (bounded exploration) and Sonnet-specific (full persistence) prompts
* Optimize Claude 4.6 prompt configurations with type adjustments and conditional rendering for tool instructions1 parent d157fc6 commit 8b7c6ec
File tree
5 files changed
+325
-3
lines changed- src
- extension/prompts/node/agent
- platform/configuration/common
5 files changed
+325
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3681 | 3681 | | |
3682 | 3682 | | |
3683 | 3683 | | |
| 3684 | + | |
| 3685 | + | |
| 3686 | + | |
| 3687 | + | |
| 3688 | + | |
| 3689 | + | |
| 3690 | + | |
| 3691 | + | |
| 3692 | + | |
| 3693 | + | |
| 3694 | + | |
| 3695 | + | |
| 3696 | + | |
| 3697 | + | |
3684 | 3698 | | |
3685 | 3699 | | |
3686 | 3700 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
333 | 333 | | |
334 | 334 | | |
335 | 335 | | |
| 336 | + | |
336 | 337 | | |
337 | 338 | | |
338 | 339 | | |
| |||
0 commit comments