@agentvault/agentvault 0.14.10 → 0.14.11

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.
package/dist/index.js CHANGED
@@ -47280,7 +47280,8 @@ var init_channel = __esm({
47280
47280
  }
47281
47281
  const payload = {
47282
47282
  conversation_id: channelEntry.conversationId,
47283
- plaintext: text,
47283
+ channel_id: channelEntry.channelId,
47284
+ text,
47284
47285
  message_type: "a2a",
47285
47286
  parent_span_id: opts?.parentSpanId
47286
47287
  };