ItemFieldFunctionShellCall 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.
Shell tool call.
public class ItemFieldFunctionShellCall : Azure.AI.AgentServer.Responses.Models.ItemField, System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.ItemFieldFunctionShellCall>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.ItemFieldFunctionShellCall>
type ItemFieldFunctionShellCall = class
inherit ItemField
interface IJsonModel<ItemFieldFunctionShellCall>
interface IPersistableModel<ItemFieldFunctionShellCall>
Public Class ItemFieldFunctionShellCall
Inherits ItemField
Implements IJsonModel(Of ItemFieldFunctionShellCall), IPersistableModel(Of ItemFieldFunctionShellCall)
- Inheritance
- Implements
Properties
| Name | Description |
|---|---|
| Action |
The shell commands and limits that describe how to run the tool call. |
| CallId |
The unique ID of the shell tool call generated by the model. |
| CreatedBy |
The ID of the entity that created this tool call. |
| Environment |
Gets the Environment. |
| Id |
The unique ID of the shell tool call. Populated when this item is returned via API. |
| Status |
The status of the shell call. One of |