optimize ux
This commit is contained in:
@@ -47,7 +47,8 @@ final readonly class PromptBuilder
|
||||
throw new \RuntimeException('No active system prompt configured.');
|
||||
}
|
||||
|
||||
$activeSystemPrompt = str_replace('{%now%}', $now, $activePrompt->getContent());
|
||||
$activeSystemPrompt = str_replace('{% now %}', $now, $activePrompt->getContent());
|
||||
|
||||
$systemBlock = "SYSTEM:\n" . $activeSystemPrompt;
|
||||
|
||||
// ------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user