FunctionShellCallOutputContentParam 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 output content.
public class FunctionShellCallOutputContentParam : System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.FunctionShellCallOutputContentParam>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.FunctionShellCallOutputContentParam>
type FunctionShellCallOutputContentParam = class
interface IJsonModel<FunctionShellCallOutputContentParam>
interface IPersistableModel<FunctionShellCallOutputContentParam>
Public Class FunctionShellCallOutputContentParam
Implements IJsonModel(Of FunctionShellCallOutputContentParam), IPersistableModel(Of FunctionShellCallOutputContentParam)
- Inheritance
-
FunctionShellCallOutputContentParam
- Implements
Constructors
| Name | Description |
|---|---|
| FunctionShellCallOutputContentParam(String, String, FunctionShellCallOutputOutcomeParam) |
Initializes a new instance of FunctionShellCallOutputContentParam. |
Properties
| Name | Description |
|---|---|
| Outcome |
The exit or timeout outcome associated with this shell call. |
| Stderr |
Captured stderr output for the shell call. |
| Stdout |
Captured stdout output for the shell call. |