| 384 | * @returns {string} Formatted instruct mode system prompt. | 384 | * @returns {string} Formatted instruct mode system prompt. |
| 385 | */ | 385 | */ |
| 386 | export function formatInstructModeSystemPrompt(systemPrompt) { | 386 | export function formatInstructModeSystemPrompt(systemPrompt) { |
| | 387 | if (!systemPrompt) { |
| | 388 | return ''; |
| | 389 | } |
| | 390 | |
| 387 | const separator = power_user.instruct.wrap ? '\n' : ''; | 391 | const separator = power_user.instruct.wrap ? '\n' : ''; |
| 388 | | 392 | |
| 389 | if (power_user.instruct.system_sequence_prefix) { | 393 | if (power_user.instruct.system_sequence_prefix) { |