Skip to content

Commit 7cfaceb

Browse files
committed
Release 1.3.1
1 parent 0d95ed5 commit 7cfaceb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/multion/base_client.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ def browse(
157157
api_key="YOUR_API_KEY",
158158
)
159159
client.browse(
160-
cmd="Find the top comment of the top post on Hackernews.",
160+
cmd="Find the top post on Hackernews.",
161161
url="https://news.ycombinator.com/",
162162
)
163163
"""
@@ -278,7 +278,7 @@ def retrieve(
278278
api_key="YOUR_API_KEY",
279279
)
280280
client.retrieve(
281-
cmd="Find the top comment of the top post on Hackernews and get its title and points.",
281+
cmd="Find the top post on Hackernews and get its title and points.",
282282
url="https://news.ycombinator.com/",
283283
fields=["title", "points"],
284284
)
@@ -442,7 +442,7 @@ async def browse(
442442
api_key="YOUR_API_KEY",
443443
)
444444
await client.browse(
445-
cmd="Find the top comment of the top post on Hackernews.",
445+
cmd="Find the top post on Hackernews.",
446446
url="https://news.ycombinator.com/",
447447
)
448448
"""
@@ -563,7 +563,7 @@ async def retrieve(
563563
api_key="YOUR_API_KEY",
564564
)
565565
await client.retrieve(
566-
cmd="Find the top comment of the top post on Hackernews and get its title and points.",
566+
cmd="Find the top post on Hackernews and get its title and points.",
567567
url="https://news.ycombinator.com/",
568568
fields=["title", "points"],
569569
)

0 commit comments

Comments
 (0)