Skip to content

Commit

Permalink
[Notebooks] Add CLIENT_TYPE_NOTEBOOK_KERNEL
Browse files Browse the repository at this point in the history
  • Loading branch information
ekzhang committed Jan 17, 2025
1 parent 98aede5 commit 8c23e0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modal_proto/api.proto
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ enum ClientType {
CLIENT_TYPE_WORKER = 2;
CLIENT_TYPE_CONTAINER = 3;
CLIENT_TYPE_WEB_SERVER = 5;
CLIENT_TYPE_NOTEBOOK_KERNEL = 6;
}

enum CloudProvider {
Expand Down

0 comments on commit 8c23e0c

Please sign in to comment.