Share via


CodeInterpreterToolResultContent Class

Definition

Represents the result of a code interpreter tool invocation by a hosted service.

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
Inheritance
CodeInterpreterToolResultContent
Attributes

Constructors

Name Description
CodeInterpreterToolResultContent(String)

Initializes a new instance of the CodeInterpreterToolResultContent class.

Properties

Name Description
AdditionalProperties

Gets or sets additional properties for the content.

(Inherited from AIContent)
Annotations

Gets or sets a list of annotations on this content.

(Inherited from AIContent)
CallId

Gets the ID of the tool call for which this is the result.

(Inherited from ToolResultContent)
Outputs

Gets or sets the output of code interpreter tool.

RawRepresentation

Gets or sets the raw representation of the content from an underlying implementation.

(Inherited from AIContent)

Applies to