通过


CodeInterpreterToolCallContent 类

定义

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

public ref class CodeInterpreterToolCallContent sealed : Microsoft::Extensions::AI::ToolCallContent
[System.Diagnostics.CodeAnalysis.Experimental("MEAI001", UrlFormat="https://aka.ms/dotnet-extensions-warnings/{0}")]
public sealed class CodeInterpreterToolCallContent : Microsoft.Extensions.AI.ToolCallContent
public sealed class CodeInterpreterToolCallContent : Microsoft.Extensions.AI.ToolCallContent
[<System.Diagnostics.CodeAnalysis.Experimental("MEAI001", UrlFormat="https://aka.ms/dotnet-extensions-warnings/{0}")>]
type CodeInterpreterToolCallContent = class
    inherit ToolCallContent
type CodeInterpreterToolCallContent = class
    inherit ToolCallContent
Public NotInheritable Class CodeInterpreterToolCallContent
Inherits ToolCallContent
继承
CodeInterpreterToolCallContent
属性

注解

此内容类型表示托管 AI 服务调用代码解释器工具时。 它只是信息性的,表示调用本身,而不是结果。

构造函数

名称 说明
CodeInterpreterToolCallContent(String)

初始化 CodeInterpreterToolCallContent 类的新实例。

属性

名称 说明
AdditionalProperties

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

(继承自 AIContent)
Annotations

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

(继承自 AIContent)
CallId

获取工具调用 ID。

(继承自 ToolCallContent)
Inputs

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

RawRepresentation

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

(继承自 AIContent)

适用于