ToolSearchOutputItemParam 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 ToolSearchOutputItemParam.
public class ToolSearchOutputItemParam : Azure.AI.AgentServer.Responses.Models.Item, System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.ToolSearchOutputItemParam>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.ToolSearchOutputItemParam>
type ToolSearchOutputItemParam = class
inherit Item
interface IJsonModel<ToolSearchOutputItemParam>
interface IPersistableModel<ToolSearchOutputItemParam>
Public Class ToolSearchOutputItemParam
Inherits Item
Implements IJsonModel(Of ToolSearchOutputItemParam), IPersistableModel(Of ToolSearchOutputItemParam)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| ToolSearchOutputItemParam(IEnumerable<Tool>) |
Initializes a new instance of ToolSearchOutputItemParam. |
Properties
| Name | Description |
|---|---|
| CallId |
Gets or sets the CallId. |
| Execution |
Whether tool search was executed by the server or by the client. |
| Id |
Gets or sets the Id. |
| Status |
Gets or sets the Status. |
| Tools |
The loaded tool definitions returned by the tool search output. |