Files
AX-Copilot-Codex/.decompiledproj/AxCopilot/Services/Agent/TemplateMood.cs

4 lines
124 B
C#

namespace AxCopilot.Services.Agent;
public record TemplateMood(string Key, string Label, string Icon, string Description);