Skip to content

AuthorizedUsers

.halguru.yamlRestrictionsAuthorizedUsers

Gets or sets the access restrictionsPathModel and limitations for authorized users. Specifies configuration parameters such as message limits and access levels tailored specifically for users with registered accounts.

Restrictions:
  AuthorizedUsers:
    MaxTotalMessagesCount: 1000
    MaxMonthlyMessagesCount: 100
    MaxDailyMessagesCount: 50
    MaxMessageWordsCount: 1000
    MaxMessageTokensCount: 2000
    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 allowed in a single message for a user
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.AuthorizedUsers
Internal Type AgentModels.RestrictionsModels.AuthorizedUserRestrictionsHalPath
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