Skip to content

AnonymousUsers

.halguru.yamlRestrictionsAnonymousUsers

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

Restrictions:
  AnonymousUsers:
    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 Restrictions.AnonymousUsers
Internal Type AgentModels.RestrictionsModels.AnonymousUserRestrictionsHalPath
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