Merge "Ensure proper unloading of resources associated with the dynamic classloader...
[ccsdk/cds.git] / components / model-catalog / proto-definition / proto / CommandExecutor.proto
index bc175db..fd2d4f3 100644 (file)
@@ -37,7 +37,7 @@ message Identifiers {
 
 message ExecutionOutput {
     string requestId = 1;
-    string response = 2;
+    repeated string response = 2;
     ResponseStatus status = 3;
     google.protobuf.Timestamp timestamp = 4;
 }