HostedMcpServerTool.AllowedTools Propiedad

Definición

Obtiene o establece la lista de herramientas que el servicio de IA permite usar.

public:
 property System::Collections::Generic::IList<System::String ^> ^ AllowedTools { System::Collections::Generic::IList<System::String ^> ^ get(); void set(System::Collections::Generic::IList<System::String ^> ^ value); };
public System.Collections.Generic.IList<string>? AllowedTools { get; set; }
member this.AllowedTools : System.Collections.Generic.IList<string> with get, set
Public Property AllowedTools As IList(Of String)

Valor de propiedad

Comentarios

El valor predeterminado es null, que permite usar cualquier herramienta.

Se aplica a