@blueking/chat-helper 0.0.12 → 0.0.13-dev.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.
@@ -73,7 +73,6 @@ export interface IAgentInfo {
73
73
  conversationSettings?: {
74
74
  commands?: IAgentCommand[];
75
75
  enableChatSession?: boolean;
76
- enableWordSelectionPopup?: boolean;
77
76
  openingRemark?: string;
78
77
  predefinedQuestions?: string[];
79
78
  };
@@ -98,7 +97,6 @@ export interface IAgentInfoApi {
98
97
  conversation_settings?: {
99
98
  commands?: IAgentCommandApi[];
100
99
  enable_chat_session?: boolean;
101
- enable_word_selection_popup?: boolean;
102
100
  opening_remark?: string;
103
101
  predefined_questions?: string[];
104
102
  };