File Download Endpoint - need to include in schema for SDK (#4343)

This commit is contained in:
Marc Kelechava
2025-12-19 10:55:34 -08:00
committed by GitHub
parent ffbb36c3e6
commit 070fd7cba0

View File

@@ -299,7 +299,6 @@ async def login(
},
description="Download a file from a website by navigating and clicking download buttons",
summary="File Download Task",
include_in_schema=False,
)
async def download_files(
request: Request,