Property ToolTimeoutPerCall
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.