CreateResponseRealtimeClientMessage.Tools Property
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.
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.