GeminiToolCallBehavior.MaximumAutoInvokeAttempts Property

Definition

Gets how many tool call request/response roundtrips are supported with auto-invocation.

public int MaximumAutoInvokeAttempts { get; }
member this.MaximumAutoInvokeAttempts : int
Public ReadOnly Property MaximumAutoInvokeAttempts As Integer

Property Value

Remarks

To disable auto invocation, this can be set to 0.

Applies to