Forge
csharp3407750f
1namespace AgentForge.Plugin.View.Components.Iop;
2
3public sealed record ForgeIopTabLinks(
4 string ConversationHref,
5 string ChangesHref,
6 string ChecksHref);
7
View only · write via MCP/CIDE