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입니다.

적용 대상