Share via


ChatOptions.Tools Property

Definition

public:
 property System::Collections::Generic::IList<Microsoft::Extensions::AI::AITool ^> ^ Tools { System::Collections::Generic::IList<Microsoft::Extensions::AI::AITool ^> ^ get(); void set(System::Collections::Generic::IList<Microsoft::Extensions::AI::AITool ^> ^ value); };
[System.Text.Json.Serialization.JsonIgnore]
public System.Collections.Generic.IList<Microsoft.Extensions.AI.AITool>? Tools { get; set; }
[<System.Text.Json.Serialization.JsonIgnore>]
member this.Tools : System.Collections.Generic.IList<Microsoft.Extensions.AI.AITool> with get, set
Public Property Tools As IList(Of AITool)

Property Value

Attributes

Applies to