McpServerToolCallContent(String, String, String) 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
McpServerToolCallContent 클래스의 새 인스턴스를 초기화합니다.
public:
McpServerToolCallContent(System::String ^ callId, System::String ^ name, System::String ^ serverName);
public McpServerToolCallContent(string callId, string name, string? serverName);
new Microsoft.Extensions.AI.McpServerToolCallContent : string * string * string -> Microsoft.Extensions.AI.McpServerToolCallContent
Public Sub New (callId As String, name As String, serverName As String)
매개 변수
- callId
- String
도구 호출 ID입니다.
- name
- String
도구 이름입니다.
- serverName
- String
도구를 호스트하는 MCP 서버 이름입니다.
예외
callId 또는 name .입니다 null.
callId 또는 name 비어 있거나 공백으로 완전히 구성됩니다.
설명
이 콘텐츠는 정보 제공 전용이며 승인되는 내용을 전달하기 위한 승인 요청의 일부로 표시되거나 MCP 서버 도구가 호출된 레코드로 표시될 수 있습니다.