Skip to content

MaxMessageTokensCount

.halguru.yamlUserLimitsPaidMaxMessageTokensCount

Gets or sets the maximum number of tokens allowed in a single message.

UserLimits:
  Paid:
    MaxMessageTokensCount: 2000
Name Description
Title Max Message Tokens Count
Type Integer
Required False
Range -2147483648..2147483647

Remarks#

The MaxMessageTokensCount property defines the upper limit on the number of tokens that can be used within a single message sent by the user. A token represents a fragment of text such as a word or punctuation mark, depending on the tokenization method.

Technical Information#

Property Value
Path UserLimits.Paid.MaxMessageTokensCount
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