Table of Contents

Method CreateAction

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

CreateAction(int, string, string, string)

Creates an action step.

public static PlanningStep CreateAction(int stepNumber, string action, string observation, string rawOutput = null)

Parameters

stepNumber int

The step number.

action string

The action taken.

observation string

The observation from the action.

rawOutput string

The raw model output.

Returns

PlanningStep

A new action step.