Share via


FunctionShellCallOutputContentParam interface

Captured stdout and stderr for a portion of a shell tool call output.

Properties

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.

Property Details

outcome

The exit or timeout outcome associated with this shell call.

outcome: FunctionShellCallOutputOutcomeParamUnion

Property Value

stderr

Captured stderr output for the shell call.

stderr: string

Property Value

string

stdout

Captured stdout output for the shell call.

stdout: string

Property Value

string