You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AppleScript tool, manage reminders, notes, calendar etc on osx
180
198
```chat
@@ -219,7 +237,25 @@ Tune is a versatile toolkit designed for developers and users to effectively int
219
237
<cut for brevity>
220
238
```
221
239
240
+
### `websearch`
241
+
Search the web with web enabled llms
242
+
Supports search with `perplexity/sonar`, `perplexity/sonar-pro`, `gpt-4o-search-preview`, `gpt-4o-mini-search-preview` models via the `model` parameter (defaults to `perplexity/sonar`).
243
+
244
+
```chat
245
+
user: @websearch
246
+
latest ai news
247
+
248
+
assistant:
249
+
250
+
tool_call: websearch {"model":"perplexity/sonar"}
251
+
latest AI news
252
+
tool_result:
253
+
The latest AI news in October 2025 highlights significant investments, new projects, policy developments, and advances across various sectors:
254
+
255
+
- Major companies including Microsoft, Google, Nvidia, OpenAI, Salesforce, and CoreWeave have pledged over £31 billion in capital expenditure focused on AI data centers and infrastructure upgrades[1].
256
+
```
222
257
258
+
The websearch tool provides up-to-date information by querying the web through AI-powered search models. You can specify different Perplexity models like `perplexity/sonar-pro` for more advanced searches.
0 commit comments