Skip to content

RunPromotionStatus

Namespace AgentPrism · Assembly AgentPrism.Core.dll

Defines the outcome of RunToCasePromoter.PromoteAsync.

public enum RunPromotionStatus

AlreadyExists = 5

The same run was already promoted, so the existing case was returned.

AmbiguousSource = 1

The run is neither RunStatus.Failed nor RunStatus.Completed, so the promotion reason must be explicit.

Created = 4

The case was created by this call.

MultiTurn = 3

An earlier run exists in this run’s session.

NoQuery = 2

The run query could not be read: no RunStarted event exists, or it has empty text, such as for an old record or an empty input.

RunNotFound = 0

The run does not exist or belongs to another tenant.