@peopl-health/nexus 2.1.1 → 2.1.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.
@@ -181,8 +181,6 @@ class BaseAssistant {
181
181
  this.thread = {
182
182
  ...conversation,
183
183
  thread_id: conversation?.id,
184
- assistant_id: this.assistantId.startsWith('asst') ? this.assistantId : null,
185
- prompt_id: this.assistantId.startsWith('pmpt') ? this.assistantId : null,
186
184
  code,
187
185
  };
188
186
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@peopl-health/nexus",
3
- "version": "2.1.1",
3
+ "version": "2.1.2",
4
4
  "description": "Core messaging and assistant library for WhatsApp communication platforms",
5
5
  "keywords": [
6
6
  "whatsapp",