通过


CodeInterpreterToolResultContent 类

定义

表示托管服务调用代码解释器工具的结果。

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
继承
CodeInterpreterToolResultContent
属性

构造函数

名称 说明
CodeInterpreterToolResultContent(String)

初始化 CodeInterpreterToolResultContent 类的新实例。

属性

名称 说明
AdditionalProperties

获取或设置内容的其他属性。

(继承自 AIContent)
Annotations

获取或设置此内容上的批注列表。

(继承自 AIContent)
CallId

获取其为结果的工具调用的 ID。

(继承自 ToolResultContent)
Outputs

获取或设置代码解释器工具的输出。

RawRepresentation

获取或设置基础实现中内容的原始表示形式。

(继承自 AIContent)

适用于