Share via


ImageGenerationToolResultContent.Outputs Property

Definition

Gets or sets the generated content items.

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

Content is typically DataContent for images streamed from the tool, or UriContent for remotely hosted images, but can also be provider-specific content types that represent the generated images.

Applies to