McpServerToolResultContent 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
MCP 서버 도구 호출의 결과를 나타냅니다.
public ref class McpServerToolResultContent sealed : Microsoft::Extensions::AI::ToolResultContent
public sealed class McpServerToolResultContent : Microsoft.Extensions.AI.ToolResultContent
type McpServerToolResultContent = class
inherit ToolResultContent
Public NotInheritable Class McpServerToolResultContent
Inherits ToolResultContent
- 상속
설명
이 콘텐츠 형식은 호스트된 서비스에서 MCP 서버 도구를 호출한 결과를 나타내는 데 사용됩니다. 정보 제공 전용입니다.
생성자
| Name | Description |
|---|---|
| McpServerToolResultContent(String) |
McpServerToolResultContent 클래스의 새 인스턴스를 초기화합니다. |
속성
| Name | Description |
|---|---|
| AdditionalProperties |
콘텐츠에 대한 추가 속성을 가져오거나 설정합니다. (다음에서 상속됨 AIContent) |
| Annotations |
이 콘텐츠에 대한 주석 목록을 가져오거나 설정합니다. (다음에서 상속됨 AIContent) |
| CallId |
결과인 도구 호출의 ID를 가져옵니다. (다음에서 상속됨 ToolResultContent) |
| Outputs |
도구 호출의 출력 내용을 가져오거나 설정합니다. |
| RawRepresentation |
기본 구현에서 콘텐츠의 원시 표현을 가져오거나 설정합니다. (다음에서 상속됨 AIContent) |