FunctionShellCallOutputContent 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 content.
public class FunctionShellCallOutputContent : System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.FunctionShellCallOutputContent>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.FunctionShellCallOutputContent>
type FunctionShellCallOutputContent = class
interface IJsonModel<FunctionShellCallOutputContent>
interface IPersistableModel<FunctionShellCallOutputContent>
Public Class FunctionShellCallOutputContent
Implements IJsonModel(Of FunctionShellCallOutputContent), IPersistableModel(Of FunctionShellCallOutputContent)
- Inheritance
-
FunctionShellCallOutputContent
- Implements
Constructors
| Name | Description |
|---|---|
| FunctionShellCallOutputContent(String, String, FunctionShellCallOutputOutcome) |
Initializes a new instance of FunctionShellCallOutputContent. |
Properties
| Name | Description |
|---|---|
| CreatedBy |
The identifier of the actor that created the item. |
| Outcome |
Represents either an exit outcome (with an exit code) or a timeout outcome for a shell call output chunk. |
| Stderr |
The standard error output that was captured. |
| Stdout |
The standard output that was captured. |