From 096727c5f3573647e4d7ba3dbfd3548d4b7b675a Mon Sep 17 00:00:00 2001 From: fern-api <115122769+fern-api[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 15:05:05 +0000 Subject: [PATCH] SDK regeneration --- src/multion/base_client.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/multion/base_client.py b/src/multion/base_client.py index 41e0a2c..922ab3f 100644 --- a/src/multion/base_client.py +++ b/src/multion/base_client.py @@ -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/", ) """ @@ -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"], ) @@ -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/", ) """ @@ -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"], )