FunctionShellCallOutputItemParam 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 output.
public class FunctionShellCallOutputItemParam : Azure.AI.AgentServer.Responses.Models.Item, System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.FunctionShellCallOutputItemParam>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.FunctionShellCallOutputItemParam>
type FunctionShellCallOutputItemParam = class
inherit Item
interface IJsonModel<FunctionShellCallOutputItemParam>
interface IPersistableModel<FunctionShellCallOutputItemParam>
Public Class FunctionShellCallOutputItemParam
Inherits Item
Implements IJsonModel(Of FunctionShellCallOutputItemParam), IPersistableModel(Of FunctionShellCallOutputItemParam)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| FunctionShellCallOutputItemParam(String, IEnumerable<FunctionShellCallOutputContentParam>) |
Initializes a new instance of FunctionShellCallOutputItemParam. |
Properties
| Name | Description |
|---|---|
| CallId |
The unique ID of the shell tool call generated by the model. |
| Id |
Gets or sets the Id. |
| MaxOutputLength |
Gets or sets the MaxOutputLength. |
| Output |
Captured chunks of stdout and stderr output, along with their associated outcomes. |
| Status |
Gets or sets the Status. |