OutputItemFileSearchCallBuilder 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 file search tool call output item. Provides methods for the file search lifecycle: added, in-progress, searching, completed, done.
public class OutputItemFileSearchCallBuilder : Azure.AI.AgentServer.Responses.OutputItemBuilder<Azure.AI.AgentServer.Responses.Models.OutputItemFileSearchToolCall>
type OutputItemFileSearchCallBuilder = class
inherit OutputItemBuilder<OutputItemFileSearchToolCall>
Public Class OutputItemFileSearchCallBuilder
Inherits OutputItemBuilder(Of OutputItemFileSearchToolCall)
- Inheritance
Constructors
| Name | Description |
|---|---|
| OutputItemFileSearchCallBuilder() |
Initializes a new instance of OutputItemFileSearchCallBuilder 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 |