@olane/o-intelligence 0.7.12-alpha.34 → 0.7.12-alpha.36
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.
|
@@ -7,7 +7,7 @@ export class PerplexityIntelligenceTool extends oLaneTool {
|
|
|
7
7
|
super({
|
|
8
8
|
...config,
|
|
9
9
|
address: new oAddress('o://perplexity'),
|
|
10
|
-
description: 'Perplexity
|
|
10
|
+
description: 'Perplexity intelligence tool is useful for searching the web or providing information about any unknown entity or topic',
|
|
11
11
|
methods: LLM_PARAMS,
|
|
12
12
|
dependencies: [],
|
|
13
13
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@olane/o-intelligence",
|
|
3
|
-
"version": "0.7.12-alpha.
|
|
3
|
+
"version": "0.7.12-alpha.36",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "dist/src/index.js",
|
|
6
6
|
"types": "dist/src/index.d.ts",
|
|
@@ -54,13 +54,13 @@
|
|
|
54
54
|
"typescript": "5.4.5"
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
|
-
"@olane/o-config": "0.7.12-alpha.
|
|
58
|
-
"@olane/o-core": "0.7.12-alpha.
|
|
59
|
-
"@olane/o-lane": "0.7.12-alpha.
|
|
60
|
-
"@olane/o-protocol": "0.7.12-alpha.
|
|
61
|
-
"@olane/o-tool": "0.7.12-alpha.
|
|
57
|
+
"@olane/o-config": "0.7.12-alpha.36",
|
|
58
|
+
"@olane/o-core": "0.7.12-alpha.36",
|
|
59
|
+
"@olane/o-lane": "0.7.12-alpha.36",
|
|
60
|
+
"@olane/o-protocol": "0.7.12-alpha.36",
|
|
61
|
+
"@olane/o-tool": "0.7.12-alpha.36",
|
|
62
62
|
"debug": "^4.4.1",
|
|
63
63
|
"dotenv": "^16.5.0"
|
|
64
64
|
},
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "412f68e62d9c368e0937475d67896922b3aa4ae1"
|
|
66
66
|
}
|