ItemFieldCustomToolCall 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.
Custom tool call.
public class ItemFieldCustomToolCall : Azure.AI.AgentServer.Responses.Models.ItemField, System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.ItemFieldCustomToolCall>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.ItemFieldCustomToolCall>
type ItemFieldCustomToolCall = class
inherit ItemField
interface IJsonModel<ItemFieldCustomToolCall>
interface IPersistableModel<ItemFieldCustomToolCall>
Public Class ItemFieldCustomToolCall
Inherits ItemField
Implements IJsonModel(Of ItemFieldCustomToolCall), IPersistableModel(Of ItemFieldCustomToolCall)
- Inheritance
- Implements
Properties
| Name | Description |
|---|---|
| CallId |
An identifier used to map this custom tool call to a tool call output. |
| Id |
The unique ID of the custom tool call in the OpenAI platform. |
| Input |
The input for the custom tool call generated by the model. |
| Name |
The name of the custom tool being called. |
| Namespace |
The namespace of the custom tool being called. |