@axiom-lattice/client-sdk 2.1.29 → 2.1.30

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.mjs CHANGED
@@ -2878,6 +2878,7 @@ var _Client = class extends AbstractClient {
2878
2878
  method: "POST",
2879
2879
  headers,
2880
2880
  body: JSON.stringify({
2881
+ assistant_id: options.assistantId,
2881
2882
  thread_id: options.threadId,
2882
2883
  message_id: options.messageId,
2883
2884
  known_content: options.knownContent,