Revert "Add reminder message about system prompt" (#28482)

This breaks the agentic loop.
This commit is contained in:
Antonio Scandurra 2025-04-09 22:12:33 -06:00 committed by GitHub
parent e20daa7639
commit 9dfb907f97
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 28 additions and 73 deletions

View file

@ -261,12 +261,6 @@ impl PromptBuilder {
.render("assistant_system_prompt", context)
}
pub fn generate_assistant_system_prompt_reminder(&self) -> Result<String, RenderError> {
self.handlebars
.lock()
.render("assistant_system_prompt_reminder", &())
}
pub fn generate_inline_transformation_prompt(
&self,
user_prompt: String,