次の方法で共有


WebSearchToolResultContent(String) コンストラクター

定義

WebSearchToolResultContent クラスの新しいインスタンスを初期化します。

public:
 WebSearchToolResultContent(System::String ^ callId);
public WebSearchToolResultContent(string callId);
new Microsoft.Extensions.AI.WebSearchToolResultContent : string -> Microsoft.Extensions.AI.WebSearchToolResultContent
Public Sub New (callId As String)

パラメーター

callId
String

ツール呼び出し ID。

適用対象