Files
AX-Copilot-Codex/.decompiledproj/AxCopilot/Services/Agent/HookExecutionResult.cs

4 lines
118 B
C#

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