docs: general correction across all the pages
Automated. I don't know how I missed all of that!
This commit is contained in:
@@ -189,7 +189,7 @@ We will gradually go from simple prompts to more complex ones. We will use Claud
|
||||
Get all product titles from https://shop.example.com using the CSS selector '.product-title'. If the request fails, retry up to 5 times every 10 seconds.
|
||||
```
|
||||
|
||||
The server will extract only the elements matching your selector and return them as a structured list. Notice I told it to set the tool to try only 3 times in case the website has connection issues, but the default setting should be fine for most cases.
|
||||
The server will extract only the elements matching your selector and return them as a structured list. Notice I told it to set the tool to try up to 5 times in case the website has connection issues, but the default setting should be fine for most cases.
|
||||
|
||||
3. **E-commerce Data Collection**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user