EvalItem.Tools Property

Definition

Gets or sets the tools available to the agent.

public System.Collections.Generic.IReadOnlyList<Microsoft.Extensions.AI.AITool>? Tools { get; set; }
member this.Tools : System.Collections.Generic.IReadOnlyList<Microsoft.Extensions.AI.AITool> with get, set
Public Property Tools As IReadOnlyList(Of AITool)

Property Value

Applies to