次の方法で共有


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

定義

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

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

パラメーター

callId
String

ツール呼び出し ID。

適用対象