namespace ClawdDotNet.Models; public sealed class AgentToolDisplayEntry { public bool Assigned { get; set; } public string ToolName { get; set; } = ""; public string Description { get; set; } = ""; }