Skip to content

Paid

.halguru.yamlUserLimitsPaid

Gets or sets the access restrictions and limitations for paid users. Provides configuration details such as message limits and access levels specific to users with a paid plan in the AI system.

UserLimits:
  Paid:
    MaxTotalMessagesCount: 
    MaxMonthlyMessagesCount: 5
    MaxDailyMessagesCount: 
    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
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.Paid
Internal Type AgentModels.RestrictionsModels.PaidAgentRestrictions
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