Class ImageGenerationOutput
An image generation request made by the model.
Inherited Members
Namespace: Glitch9.AIDevKit
Assembly: Glitch9.AIDevKit.dll
Syntax
public sealed class ImageGenerationOutput : ToolOutput, IPrompt, IValidatable, IHasId<string>
Constructors
| Edit this page View SourceImageGenerationOutput()
Declaration
public ImageGenerationOutput()
Properties
| Edit this page View SourceResult
Required. The generated image encoded in base64.
Declaration
[JsonProperty("result")]
public string Result { get; set; }
Property Value
| Type | Description |
|---|---|
| string |