4 lines
118 B
C#
4 lines
118 B
C#
namespace AxCopilot.Services.Agent;
|
|
|
|
public record HookExecutionResult(string HookName, bool Success, string Output);
|