Skip to content

Commit 1b2fe4b

Browse files
committed
metadata
1 parent 0fa8efe commit 1b2fe4b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

protobufs/livekit_agent_simulation.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ message Scenario {
6767
Status status = 8;
6868
string error = 9;
6969
string group_id = 10;
70+
map<string, string> metadata = 11;
7071
}
7172

7273
message ScenarioGroup {
@@ -110,6 +111,7 @@ message CreateScenarioRequest {
110111
string instructions = 3;
111112
string agent_expectations = 4;
112113
string group_id = 5;
114+
map<string, string> metadata = 6;
113115
}
114116
message CreateScenarioResponse {
115117
Scenario scenario = 1;
@@ -139,6 +141,7 @@ message UpdateScenarioRequest {
139141
string instructions = 4;
140142
string agent_expectations = 5;
141143
string group_id = 6;
144+
map<string, string> metadata = 7;
142145
}
143146
message UpdateScenarioResponse {
144147
Scenario scenario = 1;

0 commit comments

Comments
 (0)