|
@@ -75,7 +75,6 @@ const AiAssistantSidebarSubstance: React.FC<AiAssistantSidebarSubstanceProps> =
|
|
|
processMessage: processMessageForKnowledgeAssistant,
|
|
processMessage: processMessageForKnowledgeAssistant,
|
|
|
form: formForKnowledgeAssistant,
|
|
form: formForKnowledgeAssistant,
|
|
|
resetForm: resetFormForKnowledgeAssistant,
|
|
resetForm: resetFormForKnowledgeAssistant,
|
|
|
- threadTitleView: threadTitleViewForKnowledgeAssistant,
|
|
|
|
|
|
|
|
|
|
// Views
|
|
// Views
|
|
|
initialView: initialViewForKnowledgeAssistant,
|
|
initialView: initialViewForKnowledgeAssistant,
|
|
@@ -83,6 +82,7 @@ const AiAssistantSidebarSubstance: React.FC<AiAssistantSidebarSubstanceProps> =
|
|
|
headerIcon: headerIconForKnowledgeAssistant,
|
|
headerIcon: headerIconForKnowledgeAssistant,
|
|
|
headerText: headerTextForKnowledgeAssistant,
|
|
headerText: headerTextForKnowledgeAssistant,
|
|
|
placeHolder: placeHolderForKnowledgeAssistant,
|
|
placeHolder: placeHolderForKnowledgeAssistant,
|
|
|
|
|
+ threadTitleView: threadTitleViewForKnowledgeAssistant,
|
|
|
} = useKnowledgeAssistant();
|
|
} = useKnowledgeAssistant();
|
|
|
|
|
|
|
|
const {
|
|
const {
|