Skip to content

Commit 94f7448

Browse files
Update agents-core/vision_agents/core/llm/realtime.py
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 89fd60b commit 94f7448

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

agents-core/vision_agents/core/llm/realtime.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ class Realtime(LLM, abc.ABC):
4646
# without additional STT and TTS services.
4747
handles_audio: bool = True
4848
handles_video: bool = True
49-
needs_stt = False
50-
needs_tts = False
49+
needs_stt: bool = False
50+
needs_tts: bool = False
5151

5252
def __init__(
5353
self,

0 commit comments

Comments
 (0)