ItemFieldFunctionToolCall 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.
Function tool call.
public class ItemFieldFunctionToolCall : Azure.AI.AgentServer.Responses.Models.ItemField, System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.ItemFieldFunctionToolCall>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.ItemFieldFunctionToolCall>
type ItemFieldFunctionToolCall = class
inherit ItemField
interface IJsonModel<ItemFieldFunctionToolCall>
interface IPersistableModel<ItemFieldFunctionToolCall>
Public Class ItemFieldFunctionToolCall
Inherits ItemField
Implements IJsonModel(Of ItemFieldFunctionToolCall), IPersistableModel(Of ItemFieldFunctionToolCall)
- Inheritance
- Implements
Properties
| Name | Description |
|---|---|
| Arguments |
A JSON string of the arguments to pass to the function. |
| CallId |
The unique ID of the function tool call generated by the model. |
| Id |
The unique ID of the function tool call. |
| Name |
The name of the function to run. |
| Status |
The status of the item. One of |