Files

4 lines
118 B
C#

namespace AxCopilot.Services.Agent;
public record HookExecutionResult(string HookName, bool Success, string Output);