Tool Execution Args
fun ToolExecutionArgs(commandLineArguments: Output<List<String>>? = null, exitCode: Output<ToolExitCodeArgs>? = null, toolLogs: Output<List<FileReferenceArgs>>? = null, toolOutputs: Output<List<ToolOutputReferenceArgs>>? = null)