Skip to content

RunReplayOutcome

Namespace AgentPrism · Assembly AgentPrism.Core.dll

Represents the outcome of a replay preparation.

public enum RunReplayOutcome

ApprovalRequired = 4

A tool that requires approval cannot run with ReplayToolMode.LiveTools.

InputNotFound = 2

The source run has no recorded input.

NotSupported = 3

The requested conditions cannot be applied to this agent.

Ready = 0

The plan is ready.

RunNotFound = 1

The source run does not exist or belongs to a different tenant.