Table of Contents

Method WithInstruction

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

WithInstruction(string)

Creates a handler with custom reasoning instruction.

public static ChainOfThoughtHandler WithInstruction(string instruction)

Parameters

instruction string

The reasoning instruction to use.

Returns

ChainOfThoughtHandler

A new handler with the custom instruction.