Table of Contents

Method Planner

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

Planner()

Creates a planner agent template.

public static PlannerAgentTemplate Planner()

Returns

PlannerAgentTemplate

Planner(LM)

Creates a planner agent template with a model.

public static PlannerAgentTemplate Planner(LM model)

Parameters

model LM

The model to use.

Returns

PlannerAgentTemplate