Skip to content

Commit b9c3d4f

Browse files
committed
pre-generate tag to ensure build uniqueness
1 parent dcfa7ab commit b9c3d4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

protobufs/livekit_cloud_agent.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ message CreateAgentResponse {
5050
string status = 3;
5151
string version = 4;
5252
string presigned_url = 5;
53-
string build_id = 6;
53+
string tag = 6;
5454
}
5555

5656
message AgentDeployment {
@@ -141,7 +141,7 @@ message DeployAgentResponse {
141141
string message = 2;
142142
string agent_id = 3;
143143
string presigned_url = 4;
144-
string build_id = 5;
144+
string tag = 5;
145145
}
146146

147147
message UpdateAgentSecretsRequest {

0 commit comments

Comments
 (0)