Skip to main content

SelectiveExclusionConfig

Configuration for selective exclusion

Usage profiles​

UsageFields and validation
In requestsView fields
In responsesView fields

In requests​

API JSON uses JSON field names (camelCase).

FieldTypePresenceMeaning
excludeToolResultsbooleanOptionalWhether tool-result content is excluded from model context.
excludeImagesbooleanOptionalWhether image content is excluded from model context.
excludeFilesbooleanOptionalWhether file content is excluded from model context.
excludeReasoningbooleanOptionalWhen true, reasoning/thinking content parts are excluded from context

In responses​

API JSON uses JSON field names (camelCase).

FieldTypePresenceMeaning
excludeToolResultsbooleanOptionalWhether tool-result content is excluded from model context.
excludeImagesbooleanOptionalWhether image content is excluded from model context.
excludeFilesbooleanOptionalWhether file content is excluded from model context.
excludeReasoningbooleanOptionalWhen true, reasoning/thinking content parts are excluded from context

Where used​

ReferenceRelationship
Create a new conversation threadPOST /api/v1/llm/create-thread
Update context management settingsPOST /api/v1/llm/update-context-management-settings
Get full conversation statePOST /api/v1/llm/conversation-state
ContextManagementSettingsNested in model
ContextManagementSettingsNested in model

Download the public reference contract.

Document: DOC-API-MODEL-selective-exclusion-config.