Share via


WebSearchToolCallContent(String) Constructor

Definition

Initializes a new instance of the WebSearchToolCallContent class.

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)

Parameters

callId
String

The tool call ID.

Applies to