Skip to content

Commit 49f720d

Browse files
committed
Update tasks.py
1 parent 492c7a8 commit 49f720d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/browser_use_sdk/resources/tasks.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1281,6 +1281,8 @@ async def _watch(
12811281
task_id: str,
12821282
interval: float = 1,
12831283
*,
1284+
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
1285+
# The extra values given here take precedence over values defined on the client or passed to this method.
12841286
extra_headers: Headers | None = None,
12851287
extra_query: Query | None = None,
12861288
extra_body: Body | None = None,

0 commit comments

Comments
 (0)