次の方法で共有


CreateResponseRealtimeClientMessage.Tools プロパティ

定義

応答の生成に使用できる AI ツールを取得または設定します。

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)

プロパティ値

注釈

設定されている場合は、この応答のみのセッション レベルツールをオーバーライドします。 null場合、セッションの既定のツールが使用されます。

適用対象