Stop client from being state carrier (#10595)

I'd like to make client session wide. This requires shedding all random
state it has to carry.
This commit is contained in:
pakrym-oai
2026-02-04 09:05:37 -08:00
committed by GitHub
parent 49dd67a260
commit 7f20357611
15 changed files with 127 additions and 176 deletions

View File

@@ -158,8 +158,7 @@ impl Session {
};
let timer = turn_context
.client
.get_otel_manager()
.otel_manager
.start_timer("codex.turn.e2e_duration_ms", &[])
.ok();