CodeInterpreterToolResultContent Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the result of a code interpreter tool invocation by a hosted service.
public ref class CodeInterpreterToolResultContent sealed : Microsoft::Extensions::AI::AIContent
[System.Diagnostics.CodeAnalysis.Experimental("MEAI001")]
public sealed class CodeInterpreterToolResultContent : Microsoft.Extensions.AI.AIContent
public sealed class CodeInterpreterToolResultContent : Microsoft.Extensions.AI.AIContent
[<System.Diagnostics.CodeAnalysis.Experimental("MEAI001")>]
type CodeInterpreterToolResultContent = class
inherit AIContent
type CodeInterpreterToolResultContent = class
inherit AIContent
Public NotInheritable Class CodeInterpreterToolResultContent
Inherits AIContent
- Inheritance
- Attributes
Constructors
| Name | Description |
|---|---|
| CodeInterpreterToolResultContent() |
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 or sets the tool call ID that this result corresponds to. |
| 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) |