CodeInterpreterToolResultContent 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
호스트된 서비스에서 코드 인터프리터 도구를 호출한 결과를 나타냅니다.
public ref class CodeInterpreterToolResultContent sealed : Microsoft::Extensions::AI::ToolResultContent
[System.Diagnostics.CodeAnalysis.Experimental("MEAI001", UrlFormat="https://aka.ms/dotnet-extensions-warnings/{0}")]
public sealed class CodeInterpreterToolResultContent : Microsoft.Extensions.AI.ToolResultContent
public sealed class CodeInterpreterToolResultContent : Microsoft.Extensions.AI.ToolResultContent
[<System.Diagnostics.CodeAnalysis.Experimental("MEAI001", UrlFormat="https://aka.ms/dotnet-extensions-warnings/{0}")>]
type CodeInterpreterToolResultContent = class
inherit ToolResultContent
type CodeInterpreterToolResultContent = class
inherit ToolResultContent
Public NotInheritable Class CodeInterpreterToolResultContent
Inherits ToolResultContent
- 상속
- 특성
생성자
| Name | Description |
|---|---|
| CodeInterpreterToolResultContent(String) |
CodeInterpreterToolResultContent 클래스의 새 인스턴스를 초기화합니다. |
속성
| Name | Description |
|---|---|
| AdditionalProperties |
콘텐츠에 대한 추가 속성을 가져오거나 설정합니다. (다음에서 상속됨 AIContent) |
| Annotations |
이 콘텐츠에 대한 주석 목록을 가져오거나 설정합니다. (다음에서 상속됨 AIContent) |
| CallId |
결과인 도구 호출의 ID를 가져옵니다. (다음에서 상속됨 ToolResultContent) |
| Outputs |
코드 인터프리터 도구의 출력을 가져오거나 설정합니다. |
| RawRepresentation |
기본 구현에서 콘텐츠의 원시 표현을 가져오거나 설정합니다. (다음에서 상속됨 AIContent) |