ImageGenerationToolCallContent Class

Definition

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

public ref class ImageGenerationToolCallContent sealed : Microsoft::Extensions::AI::ToolCallContent
public sealed class ImageGenerationToolCallContent : Microsoft.Extensions.AI.ToolCallContent
type ImageGenerationToolCallContent = class
    inherit ToolCallContent
Public NotInheritable Class ImageGenerationToolCallContent
Inherits ToolCallContent
Inheritance
ImageGenerationToolCallContent

Constructors

Name Description
ImageGenerationToolCallContent(String)

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)
CallId

Gets the tool call ID.

(Inherited from ToolCallContent)
RawRepresentation

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

(Inherited from AIContent)

Applies to