File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7992,7 +7992,7 @@ class LiveClientMessage(_common.BaseModel):
7992
7992
default = None ,
7993
7993
description = """Incremental update of the current conversation delivered from the client.""" ,
7994
7994
)
7995
- realtime_update : Optional [LiveClientRealtimeInput ] = Field (
7995
+ realtime_input : Optional [LiveClientRealtimeInput ] = Field (
7996
7996
default = None , description = """User input that is sent in real time."""
7997
7997
)
7998
7998
tool_response : Optional [LiveClientToolResponse ] = Field (
@@ -8010,7 +8010,7 @@ class LiveClientMessageDict(TypedDict, total=False):
8010
8010
client_content : Optional [LiveClientContentDict ]
8011
8011
"""Incremental update of the current conversation delivered from the client."""
8012
8012
8013
- realtime_update : Optional [LiveClientRealtimeInputDict ]
8013
+ realtime_input : Optional [LiveClientRealtimeInputDict ]
8014
8014
"""User input that is sent in real time."""
8015
8015
8016
8016
tool_response : Optional [LiveClientToolResponseDict ]
You can’t perform that action at this time.
0 commit comments