Skip to main content

WindowingConfig

Configuration for windowing strategy

Usage profiles​

UsageFields and validation
In requestsView fields
In responsesView fields

In requests​

API JSON uses JSON field names (camelCase).

FieldTypePresenceMeaning
maxMessagesinteger (int32)OptionalMaximum number of conversation messages to retain in the context window. Minimum: -2147483648. Maximum: 2147483647.

In responses​

API JSON uses JSON field names (camelCase).

FieldTypePresenceMeaning
maxMessagesinteger (int32)OptionalMaximum number of conversation messages to retain in the context window. Minimum: -2147483648. Maximum: 2147483647.

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-windowing-config.