This commit is contained in:
karrix 2024-10-22 14:04:37 +08:00
parent 0a9d0d3e3e
commit fdbf24207f

View File

@ -1768,7 +1768,7 @@ async def update_run_with_output(
"images" in data "images" in data
and isinstance(data.get("images"), list) and isinstance(data.get("images"), list)
and len(data["images"]) > 0 and len(data["images"]) > 0
and data["images"][0].get("type") == "output" and data["images"][0].get("type") == "std_output"
) )
if bypass_upload and have_upload_media: if bypass_upload and have_upload_media:
print( print(