ItemFieldToolSearchCall 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 ItemFieldToolSearchCall.
public class ItemFieldToolSearchCall : Azure.AI.AgentServer.Responses.Models.ItemField, System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.ItemFieldToolSearchCall>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.ItemFieldToolSearchCall>
type ItemFieldToolSearchCall = class
inherit ItemField
interface IJsonModel<ItemFieldToolSearchCall>
interface IPersistableModel<ItemFieldToolSearchCall>
Public Class ItemFieldToolSearchCall
Inherits ItemField
Implements IJsonModel(Of ItemFieldToolSearchCall), IPersistableModel(Of ItemFieldToolSearchCall)
- Inheritance
- Implements
Properties
| Name | Description |
|---|---|
| Arguments |
Arguments used for the tool search call. To assign an object to this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|
| 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 call item. |
| Status |
The status of the tool search call item that was recorded. |