CreateResponseRealtimeClientMessage.Tools Propiedad

Definición

Obtiene o establece las herramientas de IA disponibles para generar la respuesta.

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)

Valor de propiedad

Comentarios

Si se establece, invalida las herramientas de nivel de sesión solo para esta respuesta. Si nulles , se usan las herramientas predeterminadas de la sesión.

Se aplica a