Share via


ImageGenerationToolCallContent Class

Definition

Represents the invocation of an image generation tool call by a hosted service.

public ref class ImageGenerationToolCallContent sealed : Microsoft::Extensions::AI::AIContent
[System.Diagnostics.CodeAnalysis.Experimental("MEAI001")]
public sealed class ImageGenerationToolCallContent : Microsoft.Extensions.AI.AIContent
public sealed class ImageGenerationToolCallContent : Microsoft.Extensions.AI.AIContent
[<System.Diagnostics.CodeAnalysis.Experimental("MEAI001")>]
type ImageGenerationToolCallContent = class
    inherit AIContent
type ImageGenerationToolCallContent = class
    inherit AIContent
Public NotInheritable Class ImageGenerationToolCallContent
Inherits AIContent
Inheritance
ImageGenerationToolCallContent
Attributes

Constructors

Name Description
ImageGenerationToolCallContent()

Initializes a new instance of the ImageGenerationToolCallContent 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)
ImageId

Gets or sets the unique identifier of the image generation item.

RawRepresentation

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

(Inherited from AIContent)

Applies to