Table of Contents

Method CreateThought

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

CreateThought(int, string, string)

Creates a thought step.

public static PlanningStep CreateThought(int stepNumber, string thought, string rawOutput = null)

Parameters

stepNumber int

The step number.

thought string

The thought content.

rawOutput string

The raw model output.

Returns

PlanningStep

A new thought step.