@copilotkit/react-core 1.52.1-next.0 → 1.52.1-next.1

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
@@ -1566,7 +1566,7 @@ function CopilotKit({ children, ...props }) {
1566
1566
  ...props,
1567
1567
  showDevConsole: showInspector,
1568
1568
  renderCustomMessages: renderArr,
1569
- useSingleEndpoint: true,
1569
+ useSingleEndpoint: props.useSingleEndpoint ?? true,
1570
1570
  children: /* @__PURE__ */ jsx(CopilotKitInternal, {
1571
1571
  ...props,
1572
1572
  children