chore(config) Default Personality Pragmatic (#10705)

## Summary
Switch back to Pragmatic personality

## Testing
- [x] Updated unit tests
This commit is contained in:
Dylan Hurd
2026-02-04 21:22:47 -08:00
committed by GitHub
parent 1dc06b6ffc
commit a05aadfa1b
5 changed files with 16 additions and 16 deletions

View File

@@ -403,7 +403,7 @@ async fn thread_resume_accepts_personality_override() -> Result<()> {
.send_thread_resume_request(ThreadResumeParams {
thread_id: thread.id.clone(),
model: Some("gpt-5.2-codex".to_string()),
personality: Some(Personality::Pragmatic),
personality: Some(Personality::Friendly),
..Default::default()
})
.await?;