RealtimeSessionOptions.Tools Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém as ferramentas de IA disponíveis para gerar a resposta.
public:
property System::Collections::Generic::IReadOnlyList<Microsoft::Extensions::AI::AITool ^> ^ Tools { System::Collections::Generic::IReadOnlyList<Microsoft::Extensions::AI::AITool ^> ^ get(); void set(System::Collections::Generic::IReadOnlyList<Microsoft::Extensions::AI::AITool ^> ^ value); };
public System.Collections.Generic.IReadOnlyList<Microsoft.Extensions.AI.AITool>? Tools { get; init; }
member this.Tools : System.Collections.Generic.IReadOnlyList<Microsoft.Extensions.AI.AITool> with get, set
Public Property Tools As IReadOnlyList(Of AITool)