Table of Contents

Enum AgentStepKind

Namespace
JD.AI.Workflows
Assembly
JD.AI.Workflows.dll

Step kind within an agent workflow.

public enum AgentStepKind

Fields

Agent = 5
Conditional = 4
Loop = 3
Nested = 2
Skill = 0
Tool = 1