Table of Contents

Method Tool

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

Tool()

Creates a tool agent template.

public static ToolAgentTemplate Tool()

Returns

ToolAgentTemplate

Tool(LM)

Creates a tool agent template with a model.

public static ToolAgentTemplate Tool(LM model)

Parameters

model LM

The model to use.

Returns

ToolAgentTemplate