ItemFieldToolSearchOutput 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 ItemFieldToolSearchOutput.
public class ItemFieldToolSearchOutput : Azure.AI.AgentServer.Responses.Models.ItemField, System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.ItemFieldToolSearchOutput>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.ItemFieldToolSearchOutput>
type ItemFieldToolSearchOutput = class
inherit ItemField
interface IJsonModel<ItemFieldToolSearchOutput>
interface IPersistableModel<ItemFieldToolSearchOutput>
Public Class ItemFieldToolSearchOutput
Inherits ItemField
Implements IJsonModel(Of ItemFieldToolSearchOutput), IPersistableModel(Of ItemFieldToolSearchOutput)
- Inheritance
- Implements
Properties
| Name | Description |
|---|---|
| CallId |
Gets 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 |
The unique ID of the tool search output item. |
| Status |
The status of the tool search output item that was recorded. |
| Tools |
The loaded tool definitions returned by tool search. |