ResponseEventStream.AddOutputItemImageGenCall Method
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.
Creates an image generation call output item scope with the next output index and an auto-generated item ID.
public virtual Azure.AI.AgentServer.Responses.OutputItemImageGenCallBuilder AddOutputItemImageGenCall();
abstract member AddOutputItemImageGenCall : unit -> Azure.AI.AgentServer.Responses.OutputItemImageGenCallBuilder
override this.AddOutputItemImageGenCall : unit -> Azure.AI.AgentServer.Responses.OutputItemImageGenCallBuilder
Public Overridable Function AddOutputItemImageGenCall () As OutputItemImageGenCallBuilder
Returns
A new OutputItemImageGenCallBuilder for the image generation call output item.