ItemFunctionToolCall 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 ItemFunctionToolCall : Azure.AI.AgentServer.Responses.Models.Item, System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.ItemFunctionToolCall>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.ItemFunctionToolCall>
type ItemFunctionToolCall = class
inherit Item
interface IJsonModel<ItemFunctionToolCall>
interface IPersistableModel<ItemFunctionToolCall>
Public Class ItemFunctionToolCall
Inherits Item
Implements IJsonModel(Of ItemFunctionToolCall), IPersistableModel(Of ItemFunctionToolCall)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| ItemFunctionToolCall(String, String, String) |
Initializes a new instance of ItemFunctionToolCall. |
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 |