We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 652c2f2 commit d494f66Copy full SHA for d494f66
1 file changed
docs/src/content/docs/guides/models.mdx
@@ -146,6 +146,7 @@ When a run includes deferred tools, add `toolSearchTool()` to the same agent and
146
| `maxTokens` | `number` | Maximum tokens in the response. |
147
| `store` | `boolean` | Persist the response for retrieval / RAG workflows. |
148
| `promptCacheRetention` | `'in-memory' \| '24h' \| null` | Controls provider prompt-cache retention when supported. |
149
+| `contextManagement` | `ModelSettingsContextManagement` | Controls provider context management, such as server-side compaction. |
150
| `reasoning.effort` | `'none' \| 'minimal' \| 'low' \| 'medium' \| 'high' \| 'xhigh'` | Reasoning effort for gpt-5.x models. |
151
| `reasoning.summary` | `'auto' \| 'concise' \| 'detailed'` | Controls how much reasoning summary the model returns. |
152
| `text.verbosity` | `'low' \| 'medium' \| 'high'` | Text verbosity for gpt-5.x etc. |
0 commit comments