ItemFieldFunctionShellCallOutput 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 call output.
public class ItemFieldFunctionShellCallOutput : Azure.AI.AgentServer.Responses.Models.ItemField, System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.ItemFieldFunctionShellCallOutput>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.ItemFieldFunctionShellCallOutput>
type ItemFieldFunctionShellCallOutput = class
inherit ItemField
interface IJsonModel<ItemFieldFunctionShellCallOutput>
interface IPersistableModel<ItemFieldFunctionShellCallOutput>
Public Class ItemFieldFunctionShellCallOutput
Inherits ItemField
Implements IJsonModel(Of ItemFieldFunctionShellCallOutput), IPersistableModel(Of ItemFieldFunctionShellCallOutput)
- Inheritance
- Implements
Properties
| Name | Description |
|---|---|
| CallId |
The unique ID of the shell tool call generated by the model. |
| CreatedBy |
The identifier of the actor that created the item. |
| Id |
The unique ID of the shell call output. Populated when this item is returned via API. |
| MaxOutputLength |
Gets the MaxOutputLength. |
| Output |
An array of shell call output contents. |
| Status |
The status of the shell call output. One of |