mirror of
https://github.com/hwchase17/langchain.git
synced 2025-04-28 03:51:50 +00:00
docs: Completed sentence under the heading "Instantiating a Browser … (#27944)
…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 <erick@langchain.dev>
This commit is contained in:
parent
67ce05a0a7
commit
75aa82fedc
@ -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."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user