@olane/o-intelligence 0.7.34 → 0.7.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.
@@ -246,7 +246,7 @@ export class IntelligenceTool extends oLaneTool {
246
246
  }, {
247
247
  isStream: _isStreaming || false,
248
248
  onChunk: async (chunk) => {
249
- await CoreUtils.sendStreamResponse(oResponse.fromJSON(chunk), stream);
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.34",
3
+ "version": "0.7.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.34",
58
- "@olane/o-core": "0.7.34",
59
- "@olane/o-lane": "0.7.34",
60
- "@olane/o-protocol": "0.7.34",
61
- "@olane/o-tool": "0.7.34",
57
+ "@olane/o-config": "0.7.36",
58
+ "@olane/o-core": "0.7.36",
59
+ "@olane/o-lane": "0.7.36",
60
+ "@olane/o-protocol": "0.7.36",
61
+ "@olane/o-tool": "0.7.36",
62
62
  "debug": "^4.4.1",
63
63
  "dotenv": "^16.5.0"
64
64
  },
65
- "gitHead": "f5c2e654d18505174074f2df972c1e4851eb7ea3"
65
+ "gitHead": "26de81c453581221d62335b72f19a507bd537482"
66
66
  }