mirror of
https://github.com/openai/codex.git
synced 2026-03-05 21:45:28 +03:00
Fix realtime mode lookup on CodexThread
This commit is contained in:
@@ -146,7 +146,7 @@ impl CodexThread {
|
|||||||
}
|
}
|
||||||
|
|
||||||
pub fn realtime_voice_mode(&self) -> Option<RealtimeVoiceMode> {
|
pub fn realtime_voice_mode(&self) -> Option<RealtimeVoiceMode> {
|
||||||
self.codex.features().realtime_voice_mode()
|
self.codex.session.features().realtime_voice_mode()
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn realtime_voice_enabled(&self) -> bool {
|
pub fn realtime_voice_enabled(&self) -> bool {
|
||||||
|
|||||||
Reference in New Issue
Block a user