We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a88e56 commit b006e36Copy full SHA for b006e36
1 file changed
backend/internal/service/openai_ws_v2/passthrough_relay.go
@@ -82,7 +82,7 @@ type relayState struct {
82
terminalEventType string
83
firstTokenMs *int
84
turnTimingByID map[string]*relayTurnTiming
85
- activeTurn *relayTurnTiming
+ activeTurn *relayTurnTiming
86
}
87
88
type relayExitSignal struct {
0 commit comments