ImageGenerationToolResultContent 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 an image generation tool call invocation by a hosted service.
public ref class ImageGenerationToolResultContent sealed : Microsoft::Extensions::AI::AIContent
[System.Diagnostics.CodeAnalysis.Experimental("MEAI001")]
public sealed class ImageGenerationToolResultContent : Microsoft.Extensions.AI.AIContent
public sealed class ImageGenerationToolResultContent : Microsoft.Extensions.AI.AIContent
[<System.Diagnostics.CodeAnalysis.Experimental("MEAI001")>]
type ImageGenerationToolResultContent = class
inherit AIContent
type ImageGenerationToolResultContent = class
inherit AIContent
Public NotInheritable Class ImageGenerationToolResultContent
Inherits AIContent
- Inheritance
- Attributes
Remarks
This content type represents when a hosted AI service invokes an image generation tool. It is informational only and represents the call itself, not the result.
Constructors
| Name | Description |
|---|---|
| ImageGenerationToolResultContent() |
Initializes a new instance of the ImageGenerationToolResultContent 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. |
| Outputs |
Gets or sets the generated content items. |
| RawRepresentation |
Gets or sets the raw representation of the content from an underlying implementation. (Inherited from AIContent) |