We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b7ceeb commit af2eabdCopy full SHA for af2eabd
src/pages/chat/components/ChatUI.tsx
@@ -286,6 +286,7 @@ const ChatUI = () => {
286
index: i,
287
aiName: selectedGroupAiCharacters[i].name,
288
rag: selectedGroupAiCharacters[i].rag,
289
+ knowledge: selectedGroupAiCharacters[i].knowledge,
290
custom_prompt: selectedGroupAiCharacters[i].custom_prompt.replace('#groupName#', group.name) + "\n" + group.description
291
}),
292
});
0 commit comments