@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.js CHANGED
@@ -43357,6 +43357,14 @@ var ShellContent = ({
43357
43357
  };
43358
43358
  var LatticeChatShell = (props) => {
43359
43359
  const { enableAssistantCreation, enableAssistantEditing, enableWorkspace: enableWorkspaceProp, ...restProps } = props;
43360
+ console.log(
43361
+ "[LatticeChatShell] props.initialConfig?.assistantId:",
43362
+ props.initialConfig?.assistantId,
43363
+ "restProps.initialConfig?.assistantId:",
43364
+ restProps.initialConfig?.assistantId,
43365
+ "restProps keys:",
43366
+ Object.keys(restProps)
43367
+ );
43360
43368
  const enableWorkspace = enableWorkspaceProp ?? restProps.initialConfig?.enableWorkspace ?? false;
43361
43369
  return /* @__PURE__ */ (0, import_jsx_runtime166.jsx)(
43362
43370
  LatticeChatShellContextProvider,