Support None/Invalid selector in ai_upload_file (#3884)

This commit is contained in:
Stanislav Novosad
2025-11-03 14:20:21 -07:00
committed by GitHub
parent 414366fff5
commit 833ffff1ea
4 changed files with 102 additions and 32 deletions

View File

@@ -106,7 +106,7 @@ class SdkSkyvernPageAi(SkyvernPageAi):
async def ai_upload_file(
self,
selector: str,
selector: str | None,
files: str,
intention: str,
data: str | dict[str, Any] | None = None,