OutputItemToolSearchOutput 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.
The OutputItemToolSearchOutput.
public class OutputItemToolSearchOutput : Azure.AI.Extensions.OpenAI.AgentResponseItem, System.ClientModel.Primitives.IJsonModel<Azure.AI.Extensions.OpenAI.OutputItemToolSearchOutput>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Extensions.OpenAI.OutputItemToolSearchOutput>
type OutputItemToolSearchOutput = class
inherit AgentResponseItem
interface IJsonModel<OutputItemToolSearchOutput>
interface IPersistableModel<OutputItemToolSearchOutput>
Public Class OutputItemToolSearchOutput
Inherits AgentResponseItem
Implements IJsonModel(Of OutputItemToolSearchOutput), IPersistableModel(Of OutputItemToolSearchOutput)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| OutputItemToolSearchOutput(String, ResponsesToolSearchExecutionType, IEnumerable<ResponsesTool>, ResponsesFunctionCallOutputStatusEnum) |
Initializes a new instance of OutputItemToolSearchOutput. |
Properties
| Name | Description |
|---|---|
| AgentReference |
The agent that created the item. (Inherited from AgentResponseItem) |
| CallId |
Gets or sets the CallId. |
| CreatedBy |
The identifier of the actor that created the item. |
| Execution |
Whether tool search was executed by the server or by the client. |
| Id | (Inherited from AgentResponseItem) |
| ResponseId |
The response on which the item is created. (Inherited from AgentResponseItem) |
| Status |
The status of the tool search output item that was recorded. |
| Tools |
The loaded tool definitions returned by tool search. |