fix(ai): correct gpt-5.5 context metadata

This commit is contained in:
Mario Zechner
2026-04-24 10:42:44 +02:00
parent 0fce64d425
commit c96c2fcd1e
3 changed files with 11 additions and 7 deletions

View File

@@ -2,6 +2,10 @@
## [Unreleased]
### Fixed
- Fixed GPT-5.5 generated context window metadata to use the observed 272k limit.
## [0.70.0] - 2026-04-23
### Added