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