Skip to content

Commit 200b6ac

Browse files
authored
Merge pull request #274 from code0-tech/feat/#270
Add design field to RuntimeFunction and Function
2 parents 9740ad5 + b7f3d3d commit 200b6ac

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

proto/shared/shared.function.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ message FunctionDefinition {
2828
// Identifier of the service that defines this definition
2929
string definition_source = 14;
3030
string runtime_definition_name = 15;
31+
optional string design = 16;
3132
}
3233

3334
// Definition of a parameter used for execution

proto/shared/shared.runtime_function.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ message RuntimeFunctionDefinition {
2727
string display_icon = 13;
2828
// Identifier of the service that defines this definition
2929
string definition_source = 14;
30+
optional string design = 15;
3031
}
3132

3233
// Definition of a parameter used for execution

0 commit comments

Comments
 (0)