Table of Contents

Property MaxRetriesPerToolCall

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

MaxRetriesPerToolCall

Gets or sets the number of retries allowed after a failed tool attempt.

public int MaxRetriesPerToolCall { get; set; }

Property Value

int

The number of additional attempts. Default is 0.

Share