@resolveio/server-lib 22.3.207 → 22.3.208

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.
@@ -3432,7 +3432,8 @@ function executeAiAssistantCodexRun(payload, context) {
3432
3432
  });
3433
3433
  }); });
3434
3434
  return [2 /*return*/, {
3435
- conversation: conversation
3435
+ conversation: conversation,
3436
+ message: __assign(__assign({}, assistantDoc), { _id: assistantMessageId })
3436
3437
  }];
3437
3438
  }
3438
3439
  });