Skip to content

AuthorizedUsers

.halguru.yamlRestrictionsAuthorizedUsers

Gets or sets the access restrictions 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
    MaxInputMessageWordsCount: 1000
    MaxOutputMessageWordsCount: 1000
    MaxInputMessageTokensCount: 2000
    MaxOutputMessageTokensCount: 2000
    MaxTotalInputWordsCount: 1000000
    MaxTotalOutputWordsCount: 1000000
    MaxMonthlyInputWordsCount: 100000
    MaxMonthlyOutputWordsCount: 100000
    MaxDailyInputWordsCount: 10000
    MaxDailyOutputWordsCount: 10000
    MaxTotalInputTokensCount: 1000000
    MaxTotalOutputTokensCount: 1000000
    MaxMonthlyTokensCount: 100000
    MaxMonthlyInputTokensCount: 100000
    MaxMonthlyOutputTokensCount: 100000
    MaxDailyInputTokensCount: 10000
    MaxDailyOutputTokensCount: 10000

Field Information#

Name Description
Title Authorized Users
Field Type Object
Required False

Field List#

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
MaxInputMessageWordsCount Integer The maximum number of words allowed per input message for a user
MaxOutputMessageWordsCount Integer The maximum number of words allowed per output message for a user
MaxInputMessageTokensCount Integer The maximum number of tokens allowed in a single input message for a user
MaxOutputMessageTokensCount Integer The maximum number of tokens allowed in a single output message for a user
MaxTotalInputWordsCount Integer The maximum number of input words allowed for a user
MaxTotalOutputWordsCount Integer The maximum number of output words allowed for a user
MaxMonthlyInputWordsCount Integer The maximum number of input words allowed per month for a user
MaxMonthlyOutputWordsCount Integer The maximum number of output words allowed per month for a user
MaxDailyInputWordsCount Integer The maximum number of input words allowed per day for a user
MaxDailyOutputWordsCount Integer The maximum number of output words allowed per day for a user
MaxTotalInputTokensCount Integer The maximum number of input tokens allowed for a user
MaxTotalOutputTokensCount Integer The maximum number of output tokens allowed for a user
MaxMonthlyTokensCount Integer The maximum number of tokens allowed per month for a user
MaxMonthlyInputTokensCount Integer The maximum number of input tokens allowed per month for a user
MaxMonthlyOutputTokensCount Integer The maximum number of output tokens allowed per month for a user
MaxDailyInputTokensCount Integer The maximum number of input tokens allowed per day for a user
MaxDailyOutputTokensCount Integer The maximum number of output tokens allowed per day for a user

Technical Information#

Property Value
Path Restrictions.AuthorizedUsers
Internal Type AgentModels.RestrictionsModels.AuthorizedUserRestrictions
Internal Root Type AgentHalGuru
File Extension .halguru.yaml
JSON Schema halguru-schema.json

.halguru.yaml#

Reference Index#

Configuration Files#


Last updated: 2026-03-19
Autogenerated: Yes
AI powered: Yes
Core version: 1.93.0