Table of Contents

Property ToolTimeoutPerCall

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

ToolTimeoutPerCall

Gets or sets the maximum duration allowed for one tool invocation attempt.

public TimeSpan? ToolTimeoutPerCall { get; set; }

Property Value

TimeSpan?

Timeout per attempt, or null (default) to rely only on the ambient cancellation token.

Share