Share via


AutoFunctionCallOptions(Dictionary<String,Delegate>, Int32) Constructor

Definition

The size of the client cache.

public AutoFunctionCallOptions(System.Collections.Generic.Dictionary<string,Delegate> toolDelegates, int maxRetry);
new Azure.AI.Agents.Persistent.AutoFunctionCallOptions : System.Collections.Generic.Dictionary<string, Delegate> * int -> Azure.AI.Agents.Persistent.AutoFunctionCallOptions
Public Sub New (toolDelegates As Dictionary(Of String, Delegate), maxRetry As Integer)

Parameters

toolDelegates
Dictionary<String,Delegate>

Dictionary in name and delegate in pair

maxRetry
Int32

Maximum number of errors allowed and retry per stream. Default value is 10.

Applies to