SelectiveExclusionConfig
Configuration for selective exclusion
Usage profiles
| Usage | Fields and validation |
|---|---|
| In requests | View fields |
| In responses | View fields |
In requests
API JSON uses JSON field names (camelCase).
| Field | Type | Presence | Meaning |
|---|---|---|---|
excludeToolResults | boolean | Optional | Whether tool-result content is excluded from model context. |
excludeImages | boolean | Optional | Whether image content is excluded from model context. |
excludeFiles | boolean | Optional | Whether file content is excluded from model context. |
excludeReasoning | boolean | Optional | When true, reasoning/thinking content parts are excluded from context |
In responses
API JSON uses JSON field names (camelCase).
| Field | Type | Presence | Meaning |
|---|---|---|---|
excludeToolResults | boolean | Optional | Whether tool-result content is excluded from model context. |
excludeImages | boolean | Optional | Whether image content is excluded from model context. |
excludeFiles | boolean | Optional | Whether file content is excluded from model context. |
excludeReasoning | boolean | Optional | When true, reasoning/thinking content parts are excluded from context |
Where used
| Reference | Relationship |
|---|---|
| Create a new conversation thread | POST /api/v1/llm/create-thread |
| Update context management settings | POST /api/v1/llm/update-context-management-settings |
| Get full conversation state | POST /api/v1/llm/conversation-state |
| ContextManagementSettings | Nested in model |
| ContextManagementSettings | Nested in model |
Download the public reference contract.
Document: DOC-API-MODEL-selective-exclusion-config.