Table of Contents

Constructor PlanningStep

Namespace
LMKit.Agents.Planning
Assembly
LM-Kit.NET.dll

PlanningStep(int, PlanningStepType, string, string, string, string)

Initializes a new instance of the PlanningStep class.

public PlanningStep(int stepNumber, PlanningStepType type, string thought, string action, string observation, string rawOutput)

Parameters

stepNumber int

The step number.

type PlanningStepType

The type of step.

thought string

The thought or reasoning.

action string

The action taken.

observation string

The observation or result.

rawOutput string

The raw model output.