Skip to content

Commit d494f66

Browse files
committed
docs: updates for #1233
1 parent 652c2f2 commit d494f66

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/src/content/docs/guides/models.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ When a run includes deferred tools, add `toolSearchTool()` to the same agent and
146146
| `maxTokens` | `number` | Maximum tokens in the response. |
147147
| `store` | `boolean` | Persist the response for retrieval / RAG workflows. |
148148
| `promptCacheRetention` | `'in-memory' \| '24h' \| null` | Controls provider prompt-cache retention when supported. |
149+
| `contextManagement` | `ModelSettingsContextManagement` | Controls provider context management, such as server-side compaction. |
149150
| `reasoning.effort` | `'none' \| 'minimal' \| 'low' \| 'medium' \| 'high' \| 'xhigh'` | Reasoning effort for gpt-5.x models. |
150151
| `reasoning.summary` | `'auto' \| 'concise' \| 'detailed'` | Controls how much reasoning summary the model returns. |
151152
| `text.verbosity` | `'low' \| 'medium' \| 'high'` | Text verbosity for gpt-5.x etc. |

0 commit comments

Comments
 (0)