toolLogs property

List<FileReference>? toolLogs
getter/setter pair

References to any plain text logs output the tool execution.

This field can be set before the tool has exited in order to be able to have access to a live view of the logs while the tool is running. The maximum allowed number of tool logs 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<FileReference>? toolLogs;