using System; namespace AxCopilot.Handlers; internal record NoteEntry(DateTime SavedAt, string Content);