FunctionShellCallOutputContentParam interface
捕获了 shell 工具调用输出的一部分 stdout 和 stderr。
属性详细信息
outcome
与此shell调用相关的退出或超时结果。
outcome: FunctionShellCallOutputOutcomeParamUnion
属性值
stderr
捕获了 shell 调用的 stderr 输出。
stderr: string
属性值
string
stdout
捕获了 shell 调用的标准输出。
stdout: string
属性值
string