Table of Contents

Method CreateReflection

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

CreateReflection(int, string, string)

Creates a reflection step.

public static PlanningStep CreateReflection(int stepNumber, string reflection, string rawOutput = null)

Parameters

stepNumber int

The step number.

reflection string

The reflection content.

rawOutput string

The raw model output.

Returns

PlanningStep

A new reflection step.