OutputItemWebSearchCallBuilder Class
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.
Scoped builder for a web search tool call output item. Provides methods for the web search lifecycle: added, in-progress, searching, completed, done.
public class OutputItemWebSearchCallBuilder : Azure.AI.AgentServer.Responses.OutputItemBuilder<Azure.AI.AgentServer.Responses.Models.OutputItemWebSearchToolCall>
type OutputItemWebSearchCallBuilder = class
inherit OutputItemBuilder<OutputItemWebSearchToolCall>
Public Class OutputItemWebSearchCallBuilder
Inherits OutputItemBuilder(Of OutputItemWebSearchToolCall)
- Inheritance
Constructors
| Name | Description |
|---|---|
| OutputItemWebSearchCallBuilder() |
Initializes a new instance of OutputItemWebSearchCallBuilder for mocking. |
Properties
| Name | Description |
|---|---|
| ItemId |
The auto-generated item ID for this output item. (Inherited from OutputItemBuilder<T>) |
| OutputIndex |
The output index assigned to this output item. (Inherited from OutputItemBuilder<T>) |
Methods
| Name | Description |
|---|---|
| EmitAdded() |
Produces a |
| EmitAdded(T) |
Produces a |
| EmitCompleted() |
Produces a |
| EmitDone() |
Produces a |
| EmitDone(T) |
Produces a |
| EmitInProgress() |
Produces a |
| EmitSearching() |
Produces a |