We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fa8efe commit 1b2fe4bCopy full SHA for 1b2fe4b
protobufs/livekit_agent_simulation.proto
@@ -67,6 +67,7 @@ message Scenario {
67
Status status = 8;
68
string error = 9;
69
string group_id = 10;
70
+ map<string, string> metadata = 11;
71
}
72
73
message ScenarioGroup {
@@ -110,6 +111,7 @@ message CreateScenarioRequest {
110
111
string instructions = 3;
112
string agent_expectations = 4;
113
string group_id = 5;
114
+ map<string, string> metadata = 6;
115
116
message CreateScenarioResponse {
117
Scenario scenario = 1;
@@ -139,6 +141,7 @@ message UpdateScenarioRequest {
139
141
string instructions = 4;
140
142
string agent_expectations = 5;
143
string group_id = 6;
144
+ map<string, string> metadata = 7;
145
146
message UpdateScenarioResponse {
147
0 commit comments