Table of Contents

Enum LoopType

Namespace
JD.AI.Core.Safety
Assembly
JD.AI.Core.dll

Classification of the loop pattern detected.

public enum LoopType

Fields

CrossAgentPingPong = 4

Two agents bouncing work between each other.

ExactRepetition = 1

Same tool called with identical arguments repeatedly.

NoProgressOutput = 2

Tool producing the same output with no progress.

None = 0
PingPong = 3

Two tools alternating back and forth.