codex: revert Python SDK changes from PR #16274

This commit is contained in:
Eric Traut
2026-03-31 11:03:50 -06:00
parent 508c91c2c2
commit d6143dc64c
6 changed files with 31 additions and 205 deletions

View File

@@ -50,8 +50,6 @@ Properties/methods:
- `thread_unarchive(thread_id: str) -> Thread`
- `models(*, include_hidden: bool = False) -> ModelListResponse`
`personality` accepts either a raw string id or the built-in `Personality` enum values (`Personality.FRIENDLY`, `Personality.PRAGMATIC`, `Personality.NONE`).
Context manager:
```python