@axiom-lattice/react-sdk 2.1.117 → 2.1.118

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
@@ -43722,6 +43722,14 @@ var ShellContent = ({
43722
43722
  };
43723
43723
  var LatticeChatShell = (props) => {
43724
43724
  const { enableAssistantCreation, enableAssistantEditing, enableWorkspace: enableWorkspaceProp, ...restProps } = props;
43725
+ console.log(
43726
+ "[LatticeChatShell] props.initialConfig?.assistantId:",
43727
+ props.initialConfig?.assistantId,
43728
+ "restProps.initialConfig?.assistantId:",
43729
+ restProps.initialConfig?.assistantId,
43730
+ "restProps keys:",
43731
+ Object.keys(restProps)
43732
+ );
43725
43733
  const enableWorkspace = enableWorkspaceProp ?? restProps.initialConfig?.enableWorkspace ?? false;
43726
43734
  return /* @__PURE__ */ jsx166(
43727
43735
  LatticeChatShellContextProvider,