ResponseEventStream.AddOutputItemWebSearchCall Method

Definition

Creates a web search call output item scope with the next output index and an auto-generated item ID.

public virtual Azure.AI.AgentServer.Responses.OutputItemWebSearchCallBuilder AddOutputItemWebSearchCall();
abstract member AddOutputItemWebSearchCall : unit -> Azure.AI.AgentServer.Responses.OutputItemWebSearchCallBuilder
override this.AddOutputItemWebSearchCall : unit -> Azure.AI.AgentServer.Responses.OutputItemWebSearchCallBuilder
Public Overridable Function AddOutputItemWebSearchCall () As OutputItemWebSearchCallBuilder

Returns

A new OutputItemWebSearchCallBuilder for the web search call output item.

Applies to