Table of Contents

Method MaxRisk

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

MaxRisk(ToolRiskLevel)

Sets the maximum allowable risk level. Tools with a RiskLevel above this threshold are excluded.

public BuiltInToolSelection MaxRisk(ToolRiskLevel riskLevel)

Parameters

riskLevel ToolRiskLevel

The maximum risk level to allow.

Returns

BuiltInToolSelection

This instance, for fluent chaining.