Skip to content

MaxTotalWordsCount

.halguru.yamlUserLimitsAnonymousMaxTotalWordsCount

Gets or sets the maximum total number of words allowed for a user.

UserLimits:
  Anonymous:
    MaxTotalWordsCount: 1000000
Name Description
Title Max Total Words Count
Type Integer
Required False
Range -2147483648..2147483647

Remarks#

This property defines the cumulative word count limit that a user is permitted to use across all interactions. It represents the total number of words that can be utilized by the user without exceeding the specified threshold.

Technical Information#

Property Value
Path UserLimits.Anonymous.MaxTotalWordsCount
Internal Type System.Int32
Internal Root Type AgentConfiguration
File Extension .halguru.yaml
JSON Schema halguru-schema.json

Last updated: 2025-10-13
Autogenerated: Yes
AI powered: Yes
Core version: 1.66.0