HostedMcpServerTool.AllowedTools Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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.