@aliou/pi-synthetic 0.13.1 → 0.13.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,3 +1,5 @@
1
+ ![banner](https://assets.aliou.me/pi-extensions/banners/pi-synthetic.png)
2
+
1
3
  # Pi Synthetic Extension
2
4
 
3
5
  A Pi extension that adds [Synthetic](https://synthetic.new) as a model provider, giving you access to open-source models through an OpenAI-compatible API.
@@ -162,4 +164,4 @@ This repository uses [Changesets](https://github.com/changesets/changesets) for
162
164
  - [Synthetic](https://synthetic.new)
163
165
  - [Synthetic Models](https://synthetic.new/models)
164
166
  - [Synthetic API Docs](https://dev.synthetic.new/docs/api/overview)
165
- - [Pi Documentation](https://buildwithpi.ai/)
167
+ - [Pi Documentation](https://buildwithpi.ai/)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aliou/pi-synthetic",
3
- "version": "0.13.1",
3
+ "version": "0.13.2",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "private": false,
@@ -44,6 +44,12 @@ export function registerSyntheticWebSearchTool(pi: ExtensionAPI): void {
44
44
  label: "Synthetic: Web Search",
45
45
  description:
46
46
  "Search the web using Synthetic's zero-data-retention API. Returns search results with titles, URLs, content snippets, and publication dates. Use for finding documentation, articles, recent information, or any web content. Results are fresh and not cached by Synthetic.",
47
+ promptSnippet: "Search the web using Synthetic's zero-data-retention API",
48
+ promptGuidelines: [
49
+ "Use synthetic_web_search for finding documentation, articles, recent information, or any web content.",
50
+ "Write specific queries with names, dates, versions, or locations for synthetic_web_search.",
51
+ "synthetic_web_search results are fresh and not cached by Synthetic.",
52
+ ],
47
53
  parameters: SearchParams,
48
54
 
49
55
  async execute(