Commit b5d909c
committed
🤖 Add truncation: auto to OpenAI Responses API
Enables automatic conversation truncation for OpenAI Responses API to
prevent context overflow errors. When set to 'auto', the API will
automatically drop input items in the middle of the conversation to fit
within the model's context window.
This prevents failures when the conversation history exceeds the
available context size and allows long conversations to continue
seamlessly.
_Generated with `cmux`_1 parent 56b251c commit b5d909c
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| 114 | + | |
114 | 115 | | |
115 | 116 | | |
116 | 117 | | |
| |||
0 commit comments