ResponseEventStream.AddOutputItemFileSearchCall Method

Definition

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

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

Returns

A new OutputItemFileSearchCallBuilder for the file search call output item.

Applies to