Skip to content

Messages

.halguru.yamlAgentThemesDarkMessages

Defines the collection of chat message themes related to the theme design, specifying visual and stylistic attributes for different message types.

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

Properties#

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

Remarks#

This property stores a list of objects, each representing the configuration for a specific type of chat message, such as agent messages, user messages, or system notifications. It encompasses customizable details like icon properties and background color, enabling granular control over the presentation of messages within the theme.

Technical Information#

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