Skip to content

AssignedUsers

.halguru.yamlRestrictionsAssignedUsers

Gets or sets the access restrictionsPathModel and limitations for assigned users. Provides configuration details such as permissions, quotas, or specific rules applicable to users who have been explicitly assigned privileges within the AI agent.

Restrictions:
  AssignedUsers:
    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 Restrictions.AssignedUsers
Internal Type AgentModels.RestrictionsModels.AssignedUserRestrictionsHalPath
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