@cellaware/utils 7.0.1 → 7.0.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.
@@ -233,7 +233,7 @@ Your translation here:
233
233
  return chain.invoke(args, {
234
234
  callbacks: [
235
235
  {
236
- handleLLMEnd: async (output) => {
236
+ handleLLMEnd: (output) => {
237
237
  console.log(output);
238
238
  const usage = output?.llmOutput?.tokenUsage;
239
239
  tokenUsages.push(ChainStore.getTokenUsage(chain._chainType(), chain.getModelName(), usage));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cellaware/utils",
3
- "version": "7.0.1",
3
+ "version": "7.0.2",
4
4
  "description": "Cellaware Utilities for Node.js",
5
5
  "author": "Cellaware Technologies",
6
6
  "type": "module",