Table of Contents

Property ForcedToolName

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

ForcedToolName

The exact tool name to enforce when Choice is Specific. Ignored for other choices. Name comparison should use StringComparer.Ordinal.

public string ForcedToolName { get; set; }

Property Value

string

Remarks

The runtime should validate that a tool with this name exists before prompting the model.