Skip to content

Messages

.halguru.yamlAgentThemesLightMessages

Represents the chat message themes that are linked to a specific theme design within the application.

Agent:
  Themes:
    Light:
      Messages:
        User: {}
        Agent: {}
        System: {}
        Busy: {}
        Error: {}
        Owner: {}

Properties#

Name Type Required Description
User Object User message theme specific to the light theme
Agent Object Agent message theme specific to the light theme
System Object System message theme specific to the light theme
Busy Object Busy message theme specific to the light theme
Error Object Error message theme specific to the light theme
Owner Object Owner message theme specific to the light theme

Remarks#

This property defining the visual styling and behavior of messages when the light theme is applied. It is a central component for customizing the appearance of chat messages under the associated theme design.

Technical Information#

Property Value
Path Agent.Themes.Light.Messages
Internal Type AgentModels.ThemesModels.LightMessagesTheme
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