Share via


ImageGenTool.OutputFormat Property

Definition

The output format of the generated image. One of png, webp, or jpeg. Default: png.

public Azure.AI.AgentServer.Contracts.Generated.OpenAI.ImageGenToolOutputFormat? OutputFormat { get; set; }
member this.OutputFormat : Nullable<Azure.AI.AgentServer.Contracts.Generated.OpenAI.ImageGenToolOutputFormat> with get, set
Public Property OutputFormat As Nullable(Of ImageGenToolOutputFormat)

Property Value

Applies to