feat(chat-window): handle system instructions

This commit is contained in:
ItzCrazyKns
2025-04-01 15:50:05 +05:30
parent 5b1055e8c9
commit 4b8e0ea1aa

View File

@ -480,6 +480,7 @@ const ChatWindow = ({ id }: { id?: string }) => {
name: embeddingModelProvider.name,
provider: embeddingModelProvider.provider,
},
systemInstructions: localStorage.getItem('systemInstructions'),
}),
});