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

9 lines
101 B
C#

namespace AxCopilot.Services.Agent;
public enum SubAgentRunStatus
{
Started,
Completed,
Failed
}