Documentation

This commit is contained in:
2026-07-24 22:53:22 -07:00
parent 50c06cc134
commit 31dc984197
3 changed files with 31 additions and 3 deletions
+6
View File
@@ -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