4 lines
124 B
C#
4 lines
124 B
C#
namespace AxCopilot.Services.Agent;
|
|
|
|
public record TemplateMood(string Key, string Label, string Icon, string Description);
|