chore(core) move model_instructions_template config (#9871)

## Summary
Move `model_instructions_template` config to the experimental slug while
we iterate on this feature

## Testing
- [x] Tested locally, unit tests still pass
This commit is contained in:
Dylan Hurd
2026-01-25 23:02:11 -08:00
committed by GitHub
parent 031bafd1fb
commit 25fccc3d4d
3 changed files with 13 additions and 13 deletions

View File

@@ -433,7 +433,7 @@ async fn turn_start_accepts_personality_override_v2() -> Result<()> {
let thread_req = mcp
.send_thread_start_request(ThreadStartParams {
model: Some("gpt-5.2-codex".to_string()),
model: Some("exp-codex-personality".to_string()),
..Default::default()
})
.await?;