@peopl-health/nexus 3.0.7 → 3.1.0

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.
@@ -200,7 +200,7 @@ class OpenAIResponsesProvider {
200
200
  logger.info('[OpenAIResponsesProvider] Context built', {
201
201
  conversationId,
202
202
  assistantId,
203
- context
203
+ lastContext: context[-1] || null
204
204
  });
205
205
 
206
206
  const filter = thread.code ? { code: thread.code, active: true } : null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@peopl-health/nexus",
3
- "version": "3.0.7",
3
+ "version": "3.1.0",
4
4
  "description": "Core messaging and assistant library for WhatsApp communication platforms",
5
5
  "keywords": [
6
6
  "whatsapp",