From 75aa82fedce6635c4b1ed48fcd1ac86f2107de5e Mon Sep 17 00:00:00 2001 From: Hammad Randhawa <59907999+randhawa2001@users.noreply.github.com> Date: Thu, 7 Nov 2024 00:55:00 +0500 Subject: [PATCH] =?UTF-8?q?docs:=20Completed=20sentence=20under=20the=20he?= =?UTF-8?q?ading=20=20"Instantiating=20a=20Browser=20=E2=80=A6=20(#27944)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit …Toolkit" in "playwright.ipynb" integration. - Completed the incomplete sentence in the Langchain Playwright documentation. - Enhanced documentation clarity to guide users on best practices for instantiating browser instances with Langchain Playwright. Example before: > "It's always recommended to instantiate using the from_browser method so that the Example after: > "It's always recommended to instantiate using the `from_browser` method so that the browser context is properly initialized and managed, ensuring seamless interaction and resource optimization." Co-authored-by: Erick Friis --- docs/docs/integrations/tools/playwright.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/integrations/tools/playwright.ipynb b/docs/docs/integrations/tools/playwright.ipynb index bf397c74236..e09f4e79cd2 100644 --- a/docs/docs/integrations/tools/playwright.ipynb +++ b/docs/docs/integrations/tools/playwright.ipynb @@ -101,7 +101,7 @@ "source": [ "## Instantiating a Browser Toolkit\n", "\n", - "It's always recommended to instantiate using the `from_browser` method so that the " + "It's always recommended to instantiate using the from_browser method so that the browser context is properly initialized and managed, ensuring seamless interaction and resource optimization." ] }, {