Table of Contents

Class DryRunStep

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

A single step preview in a dry-run.

public sealed record DryRunStep : IEquatable<DryRunStep>
Inheritance
DryRunStep
Implements
Inherited Members

Properties

Description

public string Description { get; init; }

Property Value

string

Kind

public AgentStepKind Kind { get; init; }

Property Value

AgentStepKind

Name

public string Name { get; init; }

Property Value

string

SubSteps

public IList<DryRunStep> SubSteps { get; init; }

Property Value

IList<DryRunStep>

ToolOrTarget

public string? ToolOrTarget { get; init; }

Property Value

string