Skip to content

Anonymous

.halguru.yamlUserLimitsAnonymous

Gets or sets the access restrictions and limitations for anonymous users. Provides configuration details such as message limits and user access level specific to anonymous users within the AI agent.

UserLimits:
  Anonymous:
    MaxTotalMessagesCount: 0
    MaxMonthlyMessagesCount: 0
    MaxDailyMessagesCount: 0
    MaxMessageWordsCount: 1000
    MaxMessageTokensCount: 1000
    MaxTotalWordsCount: 1000000
    MaxMonthlyWordsCount: 100000
    MaxDailyWordsCount: 10000
    MaxTotalTokensCount: 1000000
    MaxMonthlyTokensCount: 100000
    MaxDailyTokensCount: 10000

Properties#

Name Type Required Description
MaxTotalMessagesCount Integer The maximum number of messages that can be sent by the user.
MaxMonthlyMessagesCount Integer The maximum number of messages that can be sent by the user per month.
MaxDailyMessagesCount Integer The maximum number of messages that can be sent by the user per day.
MaxMessageWordsCount Integer The maximum number of words allowed per message for a user
MaxMessageTokensCount Integer The maximum number of tokens that can be used in a single message
MaxTotalWordsCount Integer The maximum number of words allowed for a user
MaxMonthlyWordsCount Integer The maximum number of words allowed per month for a user
MaxDailyWordsCount Integer The maximum number of words allowed per day for a user
MaxTotalTokensCount Integer The maximum number of tokens allowed for a user
MaxMonthlyTokensCount Integer The maximum number of tokens allowed per month for a user
MaxDailyTokensCount Integer The maximum number of tokens allowed per day for a user

Technical Information#

Property Value
Path UserLimits.Anonymous
Internal Type AgentModels.RestrictionsModels.AnonymousAgentRestrictions
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