Describe the bug
systemPrompts not effective, even if my enableInjectSystemPrompts is true
To Reproduce
Steps to reproduce the behavior:
- F12 open console
- Create new chat
- Send message
- Check network
Expected behavior
messages should have system prompt
Screenshots
messages not have system prompt, only user's message
Deployment
Additional Logs
maybe is this commit's bug, d2d615c, line 416 const systemPrompt = createMessage use systemPrompt but not inject
Describe the bug
systemPrompts not effective, even if my enableInjectSystemPrompts is true
To Reproduce
Steps to reproduce the behavior:
Expected behavior
messages should have system prompt
Screenshots
messages not have system prompt, only user's message
Deployment
Additional Logs
maybe is this commit's bug, d2d615c, line 416
const systemPrompt = createMessageuse systemPrompt but not inject