Update api spec (#260)

* YOYO NEW API SPEC!

* I have generated the latest API!

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
zoo-github-actions-auth[bot]
2024-08-23 13:21:00 -07:00
committed by GitHub
parent bbf311ab95
commit e6d46fd6dc
7 changed files with 797 additions and 695 deletions

View File

@ -6948,6 +6948,7 @@ def test_modeling_commands_ws():
video_res_width=10,
webrtc=False,
pool=None, # Optional[str]
replay=None, # Optional[str]
) as websocket:
# Send a message.
@ -6985,6 +6986,7 @@ async def test_modeling_commands_ws_async():
video_res_width=10,
webrtc=False,
pool=None, # Optional[str]
replay=None, # Optional[str]
)
# Send a message.