Skip to content

Commit ce233fb

Browse files
committed
add cloud-agents build identifier
1 parent 7e8f7f1 commit ce233fb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

protobufs/livekit_cloud_agent.proto

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

5556
message AgentDeployment {
@@ -140,6 +141,7 @@ message DeployAgentResponse {
140141
string message = 2;
141142
string agent_id = 3;
142143
string presigned_url = 4;
144+
string build_id = 5;
143145
}
144146

145147
message UpdateAgentSecretsRequest {

0 commit comments

Comments
 (0)