@zero-library/chat-copilot 1.0.17 → 1.0.18

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.cjs.js CHANGED
@@ -464,13 +464,6 @@ var defaultLayout = {
464
464
  chatHeader: true,
465
465
  messageList: true,
466
466
  senderHeader: false,
467
- sender: {
468
- props: {
469
- modelSelect: true,
470
- skillsBtn: true,
471
- reasoningBtn: true
472
- }
473
- },
474
467
  senderFooter: false,
475
468
  disclaimerNotice: true
476
469
  };
@@ -4738,7 +4731,7 @@ var ChatSender_default2 = React6.forwardRef(
4738
4731
  reasonBtn = true,
4739
4732
  skillsBtn = false,
4740
4733
  knowledgeBtn = false,
4741
- modelSelect = true
4734
+ modelSelect = false
4742
4735
  }, ref) => {
4743
4736
  const chatStore = useChatStore();
4744
4737
  const configState = valtio.useSnapshot(chatStore.config);