ResponseEventStream.AddOutputItemWebSearchCall 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 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.