Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

Commit

Permalink
SDK regeneration
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-api[bot] committed Jun 20, 2024
1 parent 0d95ed5 commit 096727c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/multion/base_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def browse(
api_key="YOUR_API_KEY",
)
client.browse(
cmd="Find the top comment of the top post on Hackernews.",
cmd="Find the top post on Hackernews.",
url="https://news.ycombinator.com/",
)
"""
Expand Down Expand Up @@ -278,7 +278,7 @@ def retrieve(
api_key="YOUR_API_KEY",
)
client.retrieve(
cmd="Find the top comment of the top post on Hackernews and get its title and points.",
cmd="Find the top post on Hackernews and get its title and points.",
url="https://news.ycombinator.com/",
fields=["title", "points"],
)
Expand Down Expand Up @@ -442,7 +442,7 @@ async def browse(
api_key="YOUR_API_KEY",
)
await client.browse(
cmd="Find the top comment of the top post on Hackernews.",
cmd="Find the top post on Hackernews.",
url="https://news.ycombinator.com/",
)
"""
Expand Down Expand Up @@ -563,7 +563,7 @@ async def retrieve(
api_key="YOUR_API_KEY",
)
await client.retrieve(
cmd="Find the top comment of the top post on Hackernews and get its title and points.",
cmd="Find the top post on Hackernews and get its title and points.",
url="https://news.ycombinator.com/",
fields=["title", "points"],
)
Expand Down

0 comments on commit 096727c

Please sign in to comment.