Table of Contents

Property FormatInstruction

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

FormatInstruction

Gets or sets the format instruction template used to prompt the model.

Use {input} as a placeholder for the user's question.

public string FormatInstruction { get; set; }

Property Value

string
Share