@olane/o-intelligence 0.7.33 → 0.7.35
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.
|
@@ -246,7 +246,7 @@ export class IntelligenceTool extends oLaneTool {
|
|
|
246
246
|
}, {
|
|
247
247
|
isStream: _isStreaming || false,
|
|
248
248
|
onChunk: async (chunk) => {
|
|
249
|
-
await CoreUtils.
|
|
249
|
+
await CoreUtils.sendResponse(oResponse.fromJSON(chunk), stream);
|
|
250
250
|
},
|
|
251
251
|
});
|
|
252
252
|
return response.result.data;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@olane/o-intelligence",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.35",
|
|
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.
|
|
58
|
-
"@olane/o-core": "0.7.
|
|
59
|
-
"@olane/o-lane": "0.7.
|
|
60
|
-
"@olane/o-protocol": "0.7.
|
|
61
|
-
"@olane/o-tool": "0.7.
|
|
57
|
+
"@olane/o-config": "0.7.35",
|
|
58
|
+
"@olane/o-core": "0.7.35",
|
|
59
|
+
"@olane/o-lane": "0.7.35",
|
|
60
|
+
"@olane/o-protocol": "0.7.35",
|
|
61
|
+
"@olane/o-tool": "0.7.35",
|
|
62
62
|
"debug": "^4.4.1",
|
|
63
63
|
"dotenv": "^16.5.0"
|
|
64
64
|
},
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "4969788a907bb3a8705c84d42f461403a0194283"
|
|
66
66
|
}
|