Jaa


CreateResponseRealtimeClientMessage.Tools Property

Definition

Gets or sets the AI tools available for generating the response.

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); };
public System.Collections.Generic.IList<Microsoft.Extensions.AI.AITool>? Tools { get; set; }
member this.Tools : System.Collections.Generic.IList<Microsoft.Extensions.AI.AITool> with get, set
Public Property Tools As IList(Of AITool)

Property Value

Remarks

If set, overrides the session-level tools for this response only. If null, the session's default tools are used.

Applies to