Class LocalShellCallOutput
public sealed class LocalShellCallOutput : BaseResponse, IResponseItem, IServerSentEvent, IListItem
- Inheritance
-
LocalShellCallOutput
- Implements
- Inherited Members
Constructors
LocalShellCallOutput()
public LocalShellCallOutput()
LocalShellCallOutput(string)
public LocalShellCallOutput(string output)
Parameters
output
string
Properties
Id
The unique ID of this response item.
[JsonInclude]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
[JsonPropertyName("id")]
public string Id { get; }
Property Value
Object
[JsonInclude]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
[JsonPropertyName("object")]
public string Object { get; }
Property Value
Output
A JSON string of the output of the local shell tool call.
[JsonInclude]
[JsonPropertyName("output")]
public string Output { get; }
Property Value
Status
The status of the response item.
[JsonInclude]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
[JsonPropertyName("status")]
public ResponseStatus Status { get; }
Property Value
Type
[JsonInclude]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[JsonPropertyName("type")]
public ResponseItemType Type { get; }