AutoFunctionCallOptions(Dictionary<String,Delegate>, Int32) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.