ToolSearchCallItemParam 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 ToolSearchCallItemParam.
public class ToolSearchCallItemParam : Azure.AI.AgentServer.Responses.Models.Item, System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.ToolSearchCallItemParam>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.ToolSearchCallItemParam>
type ToolSearchCallItemParam = class
inherit Item
interface IJsonModel<ToolSearchCallItemParam>
interface IPersistableModel<ToolSearchCallItemParam>
Public Class ToolSearchCallItemParam
Inherits Item
Implements IJsonModel(Of ToolSearchCallItemParam), IPersistableModel(Of ToolSearchCallItemParam)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| ToolSearchCallItemParam(EmptyModelParam) |
Initializes a new instance of ToolSearchCallItemParam. |
Properties
| Name | Description |
|---|---|
| Arguments |
The arguments supplied to the tool search call. |
| 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. |