toolOutputs property

List<ToolOutputReference>? toolOutputs
getter/setter pair

References to opaque files of any format output by the tool execution.

The maximum allowed number of tool outputs per step is 1000. - In response: present if set by create/update request - In create request: optional - In update request: optional, any value provided will be appended to the existing list

Implementation

core.List<ToolOutputReference>? toolOutputs;