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