Skip to content

Commit 1381738

Browse files
committed
rename FinalizeSimulationResponse.overridden to verdict_set
1 parent 533aad4 commit 1381738

2 files changed

Lines changed: 15 additions & 14 deletions

File tree

livekit/agent/livekit_agent_session.pb.go

Lines changed: 11 additions & 11 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: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -346,12 +346,13 @@ message SessionResponse {
346346
string sdk_version = 2;
347347
}
348348
message UpdateIOResponse {}
349-
// The agent's final verdict, returned in response to FinalizeSimulation.
350-
// If the agent did not override, success/reason echo the provisional values.
349+
// The agent's own verdict, returned in response to FinalizeSimulation. This
350+
// is reported alongside (not replacing) the simulator's provisional verdict;
351+
// verdict_set is false when the agent set no verdict of its own.
351352
message FinalizeSimulationResponse {
352353
bool success = 1;
353354
string reason = 2;
354-
bool overridden = 3;
355+
bool verdict_set = 3;
355356
}
356357

357358
string request_id = 1;

0 commit comments

Comments
 (0)