Skip to content

MaxMessageTokensCount

.halguru.yamlRestrictionsAuthorizedUsersMaxMessageTokensCount

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

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

Remarks#

The MaxMessageTokensCount property determines the upper limit of tokens that can be processed or included within a single message sent by the user. Tokens represent the atomic pieces of text, such as words or punctuation, used in building or analyzing the message. This helps manage resource usage and ensures better performance for the AI Agent.

Technical Information#

Property Value
Path Restrictions.AuthorizedUsers.MaxMessageTokensCount
Internal Type System.Int32
Internal Root Type AgentHalConfiguration
File Extension .halguru.yaml
JSON Schema halguru-schema.json

Last updated: 2025-12-05
Autogenerated: Yes
AI powered: Yes
Core version: 1.75.0