@axiom-lattice/core 2.1.46 → 2.1.47

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.d.mts CHANGED
@@ -4239,6 +4239,7 @@ interface StateAndStore {
4239
4239
  store?: BaseStore;
4240
4240
  /** Optional assistant ID for per-assistant isolation in store */
4241
4241
  assistantId?: string;
4242
+ assistant_id?: string;
4242
4243
  threadId?: string;
4243
4244
  tenantId?: string;
4244
4245
  workspaceId?: string;
package/dist/index.d.ts CHANGED
@@ -4239,6 +4239,7 @@ interface StateAndStore {
4239
4239
  store?: BaseStore;
4240
4240
  /** Optional assistant ID for per-assistant isolation in store */
4241
4241
  assistantId?: string;
4242
+ assistant_id?: string;
4242
4243
  threadId?: string;
4243
4244
  tenantId?: string;
4244
4245
  workspaceId?: string;