Share via


CodeInterpreterToolResultContent.Outputs Property

Definition

Gets or sets the output of code interpreter tool.

public:
 property System::Collections::Generic::IList<Microsoft::Extensions::AI::AIContent ^> ^ Outputs { System::Collections::Generic::IList<Microsoft::Extensions::AI::AIContent ^> ^ get(); void set(System::Collections::Generic::IList<Microsoft::Extensions::AI::AIContent ^> ^ value); };
public System.Collections.Generic.IList<Microsoft.Extensions.AI.AIContent>? Outputs { get; set; }
member this.Outputs : System.Collections.Generic.IList<Microsoft.Extensions.AI.AIContent> with get, set
Public Property Outputs As IList(Of AIContent)

Property Value

Remarks

Outputs can include various types of content such as HostedFileContent for files, DataContent for binary data, TextContent for standard output text, or other AIContent types as supported by the service.

Applies to