Documentation
This commit is contained in:
@@ -32,6 +32,12 @@ Extracts AI generation parameters from PNG files.
|
||||
Returns the full-resolution image.
|
||||
* **Best for**: Final confirmation or deep visual analysis where every pixel counts.
|
||||
|
||||
### 🌐 `browse_wikipedia`
|
||||
Allows the model to browse Wikipedia using its API.
|
||||
* **Best for**: Quickly retrieving summaries, structural maps (ToC), or specific section content from Wikipedia without dumping the entire page.
|
||||
* **Workflow**: Use `mode='summary'` (default) to get an overview and a Table of Contents. Use `mode='section'` with a linear index from the ToC to dive into specific details.
|
||||
* **Features**: Returns raw Wikitext to save tokens, handles redirects, and automatically falls back to a search result list if a page is not found.
|
||||
|
||||
---
|
||||
|
||||
## Installation & Requirements
|
||||
|
||||
Reference in New Issue
Block a user