HostedMcpServerTool.AllowedTools Proprietà

Definizione

Ottiene o imposta l'elenco degli strumenti che possono essere usati dal servizio di intelligenza artificiale.

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)

Valore della proprietà

Commenti

Il valore predefinito è null, che consente l'uso di qualsiasi strumento.

Si applica a