Skip to content

Commit 111fe57

Browse files
committed
name the agent simulation verdict type SimulationVerdict
1 parent 22f5a85 commit 111fe57

2 files changed

Lines changed: 30 additions & 30 deletions

File tree

livekit/agent/livekit_agent_session.pb.go

Lines changed: 28 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

protobufs/agent/livekit_agent_session.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -350,11 +350,11 @@ message SessionResponse {
350350
// FinalizeSimulation. Reported alongside (not replacing) the simulator's
351351
// provisional verdict; user_verdict is unset when the agent set none.
352352
message FinalizeSimulationResponse {
353-
message UserVerdict {
353+
message SimulationVerdict {
354354
bool success = 1;
355355
string reason = 2;
356356
}
357-
UserVerdict user_verdict = 1;
357+
SimulationVerdict user_verdict = 1;
358358
}
359359

360360
string request_id = 1;

0 commit comments

Comments
 (0)